home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Hity z okladki / Kaspersky Internet Security 6.0 / kis6.0.0.303pl.msi / fwpresets.ini < prev    next >
Text File  |  2006-03-17  |  114KB  |  6,056 lines

  1. ;Concise format description:
  2. ;
  3. ;[App preset name]               [non-empty string]           preset name (if 'PacketRule' specified, packet rule will be created)
  4. ;App=app1.exe, app2.exe          [set of non-empty strings]   list of executable files. comma-separated
  5. ;CommandLine=app args            [string]                     arguments with witch process has been started
  6. ;UseCommandLine=1                [1,0]                        use / not use command line parameter. 0 by default
  7. ;Name=some App activity          [non-empty string]           rule name (must be the first line of each rule description)
  8. ;Enable=1                        [1,0]                        enable / disable rule. 1 by default
  9. ;Allow=1                         [1,0]                        allow / deny network activity. 1 by default
  10. ;Protocol=TCP                    [TCP,UDP]                    protocol. TCP by default
  11. ;Direction=OutboundStream        [Inbound,Outbound,InboundOutbound,InboundStream,OutboundStream] direction. InboundOutbound by default
  12. ;RemotePort=21, 22, 25-28        [set of port numbers]        remote ports (only for TCP and UDP protocols may be specified). comma-separated
  13. ;LocalPort=21, 22, 25-27         [set of port numbers]        local ports (only for TCP and UDP protocols may be specified). comma-separated
  14. ;RemoteAddress=1.2.3.4, 4.3.2.1  [set of ip-addresses]        remote addresses. comma-separated
  15. ;LocalAddress=1.2.3.4, 4.3.2.1   [set of ip-addresses]        remote addresses. comma-separated. for packet rules only.
  16. ;Log=1                           [1,0]                        log then applied. 0 by default
  17. ;Warning=1                       [1,0]                        notify (show ballon) then applied. 0 by default
  18.  
  19. [Allow All]
  20. Name=Allow Any TCP Activity
  21. Protocol=TCP
  22.  
  23. Name=Allow Any UDP Activity
  24. Protocol=UDP
  25.  
  26. [Block All]
  27. Name=Block Any TCP Activity
  28. Allow=0
  29. Protocol=TCP
  30.  
  31. Name=Block Any UDP Activity
  32. Allow=0
  33. Protocol=UDP
  34.  
  35. ;General
  36.  
  37. [Mail Client]
  38. Name=DNS Service
  39. Protocol=UDP
  40. RemotePort=53
  41. Direction=OutboundStream
  42.  
  43. Name=Send Mail By Default Mail Client
  44. Protocol=TCP
  45. RemotePort=25, 465
  46. Direction=OutboundStream
  47.  
  48. Name=Read News By Default Mail Client
  49. Protocol=TCP
  50. RemotePort=119
  51. Direction=OutboundStream
  52.  
  53. Name=Receive Mail By Default Mail Client
  54. Protocol=TCP
  55. RemotePort=110, 995
  56. Direction=OutboundStream
  57.  
  58. Name=Default Mail Client IMAP Activity
  59. Protocol=TCP
  60. RemotePort=143, 993
  61. Direction=OutboundStream
  62.  
  63. [Browser]
  64. Name=DNS Service
  65. Protocol=UDP
  66. RemotePort=53
  67. Direction=OutboundStream
  68.  
  69. Name=Browser HTTP Activity
  70. Protocol=TCP
  71. RemotePort=80-83
  72. Direction=OutboundStream
  73.  
  74. Name=Browser HTTPS Activity
  75. Protocol=TCP
  76. RemotePort=443
  77. Direction=OutboundStream
  78.  
  79. Name=Browser SOCKS Activity
  80. Protocol=TCP
  81. RemotePort=1080
  82. Direction=OutboundStream
  83.  
  84. Name=Browser PROXY Activity
  85. Protocol=TCP
  86. RemotePort=3128, 8080, 8088
  87. Direction=OutboundStream
  88.  
  89. Name=Browser FTP Activity
  90. Protocol=TCP
  91. RemotePort=21
  92. Direction=OutboundStream
  93.  
  94. Name=Browser FTP DATA Activity
  95. Protocol=TCP
  96. RemotePort=20
  97. Direction=InboundStream
  98.  
  99. [Download Manager]
  100. Name=DNS Service
  101. Protocol=UDP
  102. RemotePort=53
  103. Direction=OutboundStream
  104.  
  105. Name=Download Manager HTTP Activity
  106. Protocol=TCP
  107. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  108. Direction=OutboundStream
  109.  
  110. Name=Download Manager FTP Activity
  111. Protocol=TCP
  112. RemotePort=21
  113. Direction=OutboundStream
  114.  
  115. Name=Download Manager FTP DATA Activity
  116. Protocol=TCP
  117. RemotePort=20
  118. Direction=InboundStream
  119.  
  120. [FTP Client]
  121. Name=DNS Service
  122. Protocol=UDP
  123. RemotePort=53
  124. Direction=OutboundStream
  125.  
  126. Name=FTP Activity
  127. Protocol=TCP
  128. RemotePort=21
  129. Direction=OutboundStream
  130.  
  131. Name=FTP DATA Activity
  132. Protocol=TCP
  133. RemotePort=20
  134. Direction=InboundStream
  135.  
  136. [Telnet Client]
  137. Name=DNS Service
  138. Protocol=UDP
  139. RemotePort=53
  140. Direction=OutboundStream
  141.  
  142. Name=Telnet Activity
  143. Protocol=TCP
  144. RemotePort=23
  145. Direction=OutboundStream
  146.  
  147. Name=Secure Telnet Activity
  148. Protocol=TCP
  149. RemotePort=22
  150. Direction=OutboundStream
  151.  
  152. [Time Synchronizer]
  153. Name=DNS Service
  154. Protocol=UDP
  155. RemotePort=53
  156. Direction=OutboundStream
  157.  
  158. Name=Time Synchronizer Activity
  159. Protocol=UDP
  160. RemotePort=123
  161.  
  162. Name=Time Synchronizer Activity
  163. Protocol=UDP
  164. RemotePort=37
  165.  
  166. Name=Time Synchronizer Activity
  167. Protocol=TCP
  168. RemotePort=37
  169. Direction=OutboundStream
  170.  
  171. Name=Time Synchronizer Activity
  172. Protocol=TCP
  173. RemotePort=13
  174. Direction=OutboundStream
  175.  
  176. ;Windows services
  177.  
  178. [Microsoft ICS Manager]
  179. App=icsmgr.exe
  180. Name=Microsoft ICS Manager DNS Resolving
  181. Protocol=UDP
  182. RemotePort=53
  183. Direction=OutboundStream
  184. RemoteAddress=10.0.0.0/255.0.0.0, 169.254.0.0/255.255.0.0, 172.16.0.0/255.240.0.0, 192.168.0.0/255.255.0.0
  185.  
  186. Name=Microsoft ICS Manager Activity
  187. Protocol=UDP
  188. RemotePort=67
  189. RemoteAddress=10.0.0.0/255.0.0.0, 169.254.0.0/255.255.0.0, 172.16.0.0/255.240.0.0, 192.168.0.0/255.255.0.0
  190.  
  191. [Microsoft ActiveSync]
  192. App=wcescomm.exe
  193. Name=DNS Service
  194. Protocol=UDP
  195. RemotePort=53
  196. Direction=OutboundStream
  197.  
  198. Name=Send Mail By Microsoft ActiveSync
  199. Protocol=TCP
  200. RemotePort=25, 465
  201. Direction=OutboundStream
  202.  
  203. Name=Receive Mail By Microsoft ActiveSync
  204. Protocol=TCP
  205. RemotePort=110, 995
  206. Direction=OutboundStream
  207.  
  208. Name=Microsoft ActiveSync IMAP Activity
  209. Protocol=TCP
  210. RemotePort=143, 993
  211. Direction=OutboundStream
  212.  
  213. Name=Microsoft ActiveSync HTTP Activity
  214. Protocol=TCP
  215. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  216. Direction=OutboundStream
  217.  
  218. [Generic Host Process]
  219. App=svchost.exe
  220. Name=Localhost UDP Activity
  221. Protocol=UDP
  222. RemoteAddress=127.0.0.1
  223. RemotePort=1024-65535
  224. Direction=OutboundStream
  225.  
  226. Name=Svchost DNS Service Over UDP
  227. Protocol=UDP
  228. RemotePort=53
  229. Direction=OutboundStream
  230.  
  231. Name=Svchost DNS Service Over TCP
  232. Protocol=TCP
  233. RemotePort=53
  234. Direction=OutboundStream
  235.  
  236. Name=Svchost DCOM Activity
  237. Protocol=TCP
  238. RemotePort=135
  239. Direction=OutboundStream
  240.  
  241. Name=DHCP Service
  242. Protocol=UDP
  243. LocalPort=68
  244. RemotePort=67
  245. Direction=InboundOutbound
  246.  
  247. Name=HTTP Activity
  248. Protocol=TCP
  249. RemotePort=80
  250. Direction=OutboundStream
  251.  
  252. Name=HTTPS Activity
  253. Protocol=TCP
  254. RemotePort=443
  255. Direction=OutboundStream
  256.  
  257. Name=Time Synchronizer Activity
  258. Protocol=UDP
  259. RemotePort=123
  260. Direction=OutboundStream
  261.  
  262. Name="SSDP Discovery Service" And "UPnP device Host" Activity
  263. Protocol=UDP
  264. LocalPort=1024-65535
  265. RemotePort=1900
  266. RemoteAddress=10.0.0.0/255.0.0.0, 169.254.0.0/255.255.0.0, 172.16.0.0/255.240.0.0, 192.168.0.0/255.255.0.0, 239.255.255.250/255.255.255.255
  267. Direction=InboundOutbound
  268.  
  269. Name="SSDP Discovery Service" And "UPnP device Host" Activity
  270. Protocol=UDP
  271. LocalPort=1900
  272. RemoteAddress=10.0.0.0/255.0.0.0, 169.254.0.0/255.255.0.0, 172.16.0.0/255.240.0.0, 192.168.0.0/255.255.0.0
  273. Direction=InboundStream
  274.  
  275. Name="SSDP Discovery Service" And "UPnP device Host" Activity
  276. Protocol=TCP
  277. RemotePort=5000
  278. Direction=OutboundStream
  279.  
  280. Name=Microsoft Remote Desktop TCP Activity
  281. Protocol=TCP
  282. RemotePort=3389
  283. Direction=OutboundStream
  284.  
  285. Name=Generic Host Process LDAP Activity
  286. Protocol=TCP
  287. RemotePort=389, 3268
  288. Direction=OutboundStream
  289.  
  290. [Microsoft ALG Service]
  291. App=alg.exe
  292. Name=DNS Service
  293. Protocol=UDP
  294. RemotePort=53
  295. Direction=OutboundStream
  296.  
  297. Name=Allow ALG Redirect
  298. Protocol=TCP
  299. Direction=InboundStream
  300.  
  301. Name=Microsoft Application Layer Gateway Service Activity
  302. Protocol=TCP
  303. RemotePort=21
  304. Direction=OutboundStream
  305.  
  306. [Microsoft Application Error Reporting]
  307. App=dw.exe, dwwin.exe
  308. Name=DNS Service
  309. Protocol=UDP
  310. RemotePort=53
  311. Direction=OutboundStream
  312.  
  313. Name=Microsoft Application Error Reporting HTTP Activity
  314. Protocol=TCP
  315. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  316. Direction=OutboundStream
  317.  
  318. [Microsoft Registration Wizard]
  319. App=regwiz.exe
  320. Name=DNS Service
  321. Protocol=UDP
  322. RemotePort=53
  323. Direction=OutboundStream
  324.  
  325. Name=Microsoft Registration Wizard HTTP Activity
  326. Protocol=TCP
  327. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  328. Direction=OutboundStream
  329.  
  330. [Microsoft RDP CIip Monitor]
  331. App=rdpclip.exe
  332. Name=DNS Service
  333. Protocol=UDP
  334. RemotePort=53
  335. Direction=OutboundStream
  336.  
  337. Name=Microsoft RDP CIip Monitor TCP Activity
  338. Protocol=TCP
  339. RemotePort=3389
  340. Direction=OutboundStream
  341.  
  342. Name=Microsoft RDP CIip Monitor UDP Activity
  343. Protocol=UDP
  344. RemotePort=3389
  345.  
  346. [Microsoft Remote Desktop]
  347. App=mstsc.exe
  348. Name=DNS Service
  349. Protocol=UDP
  350. RemotePort=53
  351. Direction=OutboundStream
  352.  
  353. Name=Microsoft Remote Desktop TCP Activity
  354. Protocol=TCP
  355. RemotePort=3389
  356. Direction=OutboundStream
  357.  
  358. Name=Microsoft Remote Desktop UDP Activity
  359. Protocol=UDP
  360. RemotePort=3389
  361.  
  362. [Microsoft Remote Desktop Help Session Manager]
  363. App=sessmgr.exe
  364. Name=DNS Service
  365. Protocol=UDP
  366. RemotePort=53
  367. Direction=OutboundStream
  368.  
  369. Name=Microsoft Remote Desktop Help Session Manager Activity
  370. Protocol=UDP
  371. RemotePort=1900, 2234
  372.  
  373. [Microsoft Synchronization Manager]
  374. App=mobsync.exe
  375. Name=DNS Service
  376. Protocol=UDP
  377. RemotePort=53
  378. Direction=OutboundStream
  379.  
  380. Name=Microsoft Synchronization Manager HTTP Activity
  381. Protocol=TCP
  382. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  383. Direction=OutboundStream
  384.  
  385. [Microsoft Windows AutoUpdate]
  386. App=wuauclt.exe
  387. Name=DNS Service
  388. Protocol=UDP
  389. RemotePort=53
  390. Direction=OutboundStream
  391.  
  392. Name=Microsoft Windows AutoUpdate HTTP Activity
  393. Protocol=TCP
  394. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  395. Direction=OutboundStream
  396.  
  397. [Run a DLL as an App]
  398. App=rundll32.exe
  399. Name=DNS Service
  400. Protocol=UDP
  401. RemotePort=53
  402. Direction=OutboundStream
  403.  
  404. Name="SSDP Discovery Service" And "UPnP device Host" Activity
  405. Protocol=UDP
  406. LocalPort=1024-65535
  407. RemotePort=1900
  408. RemoteAddress=10.0.0.0/255.0.0.0, 169.254.0.0/255.255.0.0, 172.16.0.0/255.240.0.0, 192.168.0.0/255.255.0.0, 239.255.255.250/255.255.255.255
  409. Direction=InboundOutbound
  410.  
  411. Name="SSDP Discovery Service" And "UPnP device Host" Activity
  412. Protocol=UDP
  413. LocalPort=1900
  414. RemoteAddress=10.0.0.0/255.0.0.0, 169.254.0.0/255.255.0.0, 172.16.0.0/255.240.0.0, 192.168.0.0/255.255.0.0
  415. Direction=InboundStream
  416.  
  417. Name="SSDP Discovery Service" And "UPnP device Host" Activity
  418. Protocol=TCP
  419. RemotePort=5000
  420. Direction=OutboundStream
  421.  
  422. Name=ICS TCP Activity
  423. Protocol=TCP
  424. LocalPort=1000-4000
  425. Direction=OutboundStream
  426.  
  427. Name=ICS UDP Activity
  428. Protocol=UDP
  429. LocalPort=1000-4000
  430.  
  431. [SSDP Service]
  432. App=ssdpsrv.exe
  433. Name=DNS Service
  434. Protocol=UDP
  435. RemotePort=53
  436. Direction=OutboundStream
  437.  
  438. Name=ICS TCP Activity
  439. Protocol=TCP
  440. LocalPort=1000-4000
  441. Direction=OutboundStream
  442.  
  443. Name=ICS UDP Activity
  444. Protocol=UDP
  445. LocalPort=1000-4000
  446.  
  447. [Spooler SubSystem App]
  448. App=spoolsv.exe
  449. Name=DNS Service
  450. Protocol=UDP
  451. Direction=OutboundStream
  452. RemotePort=53
  453.  
  454. Name=Spooler SubSystem DCOM Activity
  455. Protocol=TCP
  456. RemotePort=135, 1025-1040
  457. Direction=OutboundStream
  458.  
  459. ;Mail
  460.  
  461. [FoxMail]
  462. App=foxmail.exe, foxhot.exe
  463. Name=DNS Service
  464. Protocol=UDP
  465. RemotePort=53
  466. Direction=OutboundStream
  467.  
  468. Name=Send Mail By FoxMail
  469. Protocol=TCP
  470. RemotePort=25, 465
  471. Direction=OutboundStream
  472.  
  473. Name=Receive Mail By FoxMail
  474. Protocol=TCP
  475. RemotePort=110, 995
  476. Direction=OutboundStream
  477.  
  478. Name=FoxMail HTTP Activity
  479. Protocol=TCP
  480. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  481. Direction=OutboundStream
  482.  
  483. [IncrediMail]
  484. App=incmail.exe
  485. Name=DNS Service
  486. Protocol=UDP
  487. RemotePort=53
  488. Direction=OutboundStream
  489.  
  490. Name=Send Mail By IncrediMail
  491. Protocol=TCP
  492. RemotePort=25, 465
  493. Direction=OutboundStream
  494.  
  495. Name=Receive Mail By IncrediMail
  496. Protocol=TCP
  497. RemotePort=110, 995
  498. Direction=OutboundStream
  499.  
  500. Name=IncrediMail IMAP Activity
  501. Protocol=TCP
  502. RemotePort=143, 993
  503. Direction=OutboundStream
  504.  
  505. Name=IncrediMail HTTP Activity
  506. Protocol=TCP
  507. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  508. Direction=OutboundStream
  509.  
  510. [Outlook Express]
  511. App=msimn.exe
  512. Name=DNS Service
  513. Protocol=UDP
  514. RemotePort=53
  515. Direction=OutboundStream
  516.  
  517. Name=Send Mail By Outlook Express
  518. Protocol=TCP
  519. RemotePort=25, 465
  520. Direction=OutboundStream
  521.  
  522. Name=Outlook Express NNTP Activity
  523. Protocol=TCP
  524. RemotePort=119
  525. Direction=OutboundStream
  526.  
  527. Name=Receive Mail By Outlook Express
  528. Protocol=TCP
  529. RemotePort=110, 995
  530. Direction=OutboundStream
  531.  
  532. Name=Outlook Express IMAP Activity
  533. Protocol=TCP
  534. RemotePort=143, 993
  535. Direction=OutboundStream
  536.  
  537. Name=Outlook Express HTTP Activity
  538. Protocol=TCP
  539. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  540. Direction=OutboundStream
  541.  
  542. Name=Outlook Express LDAP Activity
  543. Protocol=TCP
  544. RemotePort=389, 3268
  545. Direction=OutboundStream
  546.  
  547. Name=Outlook Express Exchange Client Activity
  548. Protocol=TCP
  549. RemotePort=135
  550. Direction=OutboundStream
  551.  
  552. [Microsoft Outlook]
  553. App=outlook.exe
  554. Name=DNS Service
  555. Protocol=UDP
  556. RemotePort=53
  557. Direction=OutboundStream
  558.  
  559. Name=Send Mail By Microsoft Outlook
  560. Protocol=TCP
  561. RemotePort=25, 465
  562. Direction=OutboundStream
  563.  
  564. Name=Microsoft Outlook NNTP Activity
  565. Protocol=TCP
  566. RemotePort=119
  567. Direction=OutboundStream
  568.  
  569. Name=Receive Mail By Microsoft Outlook
  570. Protocol=TCP
  571. RemotePort=110, 995
  572. Direction=OutboundStream
  573.  
  574. Name=Microsoft Outlook IMAP Activity
  575. Protocol=TCP
  576. RemotePort=143, 993
  577. Direction=OutboundStream
  578.  
  579. Name=Microsoft Outlook HTTP Activity
  580. Protocol=TCP
  581. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  582. Direction=OutboundStream
  583.  
  584. Name=Microsoft Outlook LDAP Activity
  585. Protocol=TCP
  586. RemotePort=389, 3268
  587. Direction=OutboundStream
  588.  
  589. Name=Microsoft Outlook Exchange Client Activity
  590. Protocol=TCP
  591. RemotePort=135
  592. Direction=OutboundStream
  593.  
  594. [Pegasus Mail]
  595. App=winpm-32.exe
  596. Name=DNS Service
  597. Protocol=UDP
  598. RemotePort=53
  599. Direction=OutboundStream
  600.  
  601. Name=Send Mail By Pegasus Mail
  602. Protocol=TCP
  603. RemotePort=25, 465
  604. Direction=OutboundStream
  605.  
  606. Name=Receive Mail By Pegasus Mail
  607. Protocol=TCP
  608. RemotePort=110, 995
  609. Direction=OutboundStream
  610.  
  611. Name=Pegasus Mail IMAP Activity
  612. Protocol=TCP
  613. RemotePort=143, 993
  614. Direction=OutboundStream
  615.  
  616. Name=Pegasus Mail HTTP Activity
  617. Protocol=TCP
  618. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  619. Direction=OutboundStream
  620.  
  621. [The BAT]
  622. App=thebat.exe
  623. Name=DNS Service
  624. Protocol=UDP
  625. RemotePort=53
  626. Direction=OutboundStream
  627.  
  628. Name=Send Mail By The BAT
  629. Protocol=TCP
  630. RemotePort=25, 465
  631. Direction=OutboundStream
  632.  
  633. Name=Read News By The BAT
  634. Protocol=TCP
  635. RemotePort=119
  636. Direction=OutboundStream
  637.  
  638. Name=Receive Mail By The BAT
  639. Protocol=TCP
  640. RemotePort=110, 995
  641. Direction=OutboundStream
  642.  
  643. Name=The BAT IMAP Activity
  644. Protocol=TCP
  645. RemotePort=143, 993
  646. Direction=OutboundStream
  647.  
  648. Name=The Bat LDAP Activity
  649. Protocol=TCP
  650. RemotePort=389, 3268
  651. Direction=OutboundStream
  652.  
  653. [Express Plus]
  654. App=expressplus.exe
  655. Name=DNS Service
  656. Protocol=UDP
  657. RemotePort=53
  658. Direction=OutboundStream
  659.  
  660. Name=Send Mail By Express Plus
  661. Protocol=TCP
  662. RemotePort=25, 465
  663. Direction=OutboundStream
  664.  
  665. Name=Receive Mail By Express Plus
  666. Protocol=TCP
  667. RemotePort=110, 995
  668. Direction=OutboundStream
  669.  
  670. Name=Express Plus IMAP Activity
  671. Protocol=TCP
  672. RemotePort=143, 993
  673. Direction=OutboundStream
  674.  
  675. Name=Express Plus HTTP Activity
  676. Protocol=TCP
  677. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  678. Direction=OutboundStream
  679.  
  680. [Becky!]
  681. App=b2.exe
  682. Name=DNS Service
  683. Protocol=UDP
  684. RemotePort=53
  685. Direction=OutboundStream
  686.  
  687. Name=Send Mail By Becky!
  688. Protocol=TCP
  689. RemotePort=25, 465
  690. Direction=OutboundStream
  691.  
  692. Name=Read News By Becky!
  693. Protocol=TCP
  694. RemotePort=119
  695. Direction=OutboundStream
  696.  
  697. Name=Receive Mail By Becky!
  698. Protocol=TCP
  699. RemotePort=110, 995
  700. Direction=OutboundStream
  701.  
  702. Name=Becky! IMAP Activity
  703. Protocol=TCP
  704. RemotePort=143, 993
  705. Direction=OutboundStream
  706.  
  707. [Eudora]
  708. App=eudora.exe
  709. Name=DNS Service
  710. Protocol=UDP
  711. RemotePort=53
  712. Direction=OutboundStream
  713.  
  714. Name=Send Mail By Eudora
  715. Protocol=TCP
  716. RemotePort=25, 465
  717. Direction=OutboundStream
  718.  
  719. Name=Receive Mail By Eudora
  720. Protocol=TCP
  721. RemotePort=110, 995
  722. Direction=OutboundStream
  723.  
  724. Name=Eudora IMAP Activity
  725. Protocol=TCP
  726. RemotePort=143, 993
  727. Direction=OutboundStream
  728.  
  729. Name=Eudora HTTP Activity
  730. Protocol=TCP
  731. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  732. Direction=OutboundStream
  733.  
  734. [Calypso]
  735. App=calypso.exe
  736. Name=DNS Service
  737. Protocol=UDP
  738. RemotePort=53
  739. Direction=OutboundStream
  740.  
  741. Name=Send Mail By Calypso
  742. Protocol=TCP
  743. RemotePort=25, 465
  744. Direction=OutboundStream
  745.  
  746. Name=Receive Mail By Calypso
  747. Protocol=TCP
  748. RemotePort=110, 995
  749. Direction=OutboundStream
  750.  
  751. Name=Calypso LDAP Activity
  752. Protocol=TCP
  753. RemotePort=389, 3268
  754. Direction=OutboundStream
  755.  
  756. Name=Calypso HTTP Activity
  757. Protocol=TCP
  758. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  759. Direction=OutboundStream
  760.  
  761. [Mozilla Thunderbird]
  762. App=thunderbird.exe
  763. Name=DNS Service
  764. Protocol=UDP
  765. RemotePort=53
  766. Direction=OutboundStream
  767.  
  768. Name=Send Mail By Mozilla Thunderbird
  769. Protocol=TCP
  770. RemotePort=25, 465
  771. Direction=OutboundStream
  772.  
  773. Name=Receive Mail By Mozilla Thunderbird
  774. Protocol=TCP
  775. RemotePort=110, 995
  776. Direction=OutboundStream
  777.  
  778. Name=Mozilla Thunderbird IMAP Activity
  779. Protocol=TCP
  780. RemotePort=143, 993
  781. Direction=OutboundStream
  782.  
  783. Name=Mozilla Thunderbird HTTP Activity
  784. Protocol=TCP
  785. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  786. Direction=OutboundStream
  787.  
  788. Name=Mozilla Thunderbird Localhost TCP Activity
  789. Protocol=TCP
  790. RemoteAddress=127.0.0.1
  791. Direction=OutboundStream
  792.  
  793. Name=Read News By Mozilla Thunderbird
  794. Protocol=TCP
  795. RemotePort=119
  796. Direction=OutboundStream
  797.  
  798. [YahooPOPs!]
  799. App=yahoopops.exe
  800. Name=DNS Service
  801. Protocol=UDP
  802. RemotePort=53
  803. Direction=OutboundStream
  804.  
  805. Name=Receive Mail By YahooPOPs!
  806. Protocol=TCP
  807. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  808. Direction=OutboundStream
  809.  
  810. [Yahta]
  811. App=yahta.exe
  812. Name=DNS Service
  813. Protocol=UDP
  814. RemotePort=53
  815. Direction=OutboundStream
  816.  
  817. Name=Receive Mail By Yahta
  818. Protocol=TCP
  819. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  820. Direction=OutboundStream
  821.  
  822. [AD MailBox Manager]
  823. App=mbm.exe
  824. Name=DNS Service
  825. Protocol=UDP
  826. RemotePort=53
  827. Direction=OutboundStream
  828.  
  829. Name=AD MailBox Manager Activity
  830. Protocol=TCP
  831. RemotePort=110, 995
  832. Direction=OutboundStream
  833.  
  834. [Magic Mail Monitor]
  835. App=magic.exe
  836. Name=DNS Service
  837. Protocol=UDP
  838. RemotePort=53
  839. Direction=OutboundStream
  840.  
  841. Name=Magic Mail Monitor Activity
  842. Protocol=TCP
  843. RemotePort=110, 995
  844. Direction=OutboundStream
  845.  
  846. [MailBell]
  847. App=Mailbell.exe
  848. Name=DNS Service
  849. Protocol=UDP
  850. RemotePort=53
  851. Direction=OutboundStream
  852.  
  853. Name=MailBell Activity
  854. Protocol=TCP
  855. RemotePort=110, 995
  856. Direction=OutboundStream
  857.  
  858. [Mail Navigator]
  859. App=connect.exe
  860. Name=DNS Service
  861. Protocol=UDP
  862. RemotePort=53
  863. Direction=OutboundStream
  864.  
  865. Name=Receive Mail By Mail Navigator
  866. Protocol=TCP
  867. RemotePort=110, 995
  868. Direction=OutboundStream
  869.  
  870. Name=Send Mail By Mail Navigator
  871. Protocol=TCP
  872. RemotePort=25
  873. Direction=OutboundStream
  874.  
  875. [Mail.Ru Agent]
  876. App=mra.exe
  877. Name=DNS Service
  878. Protocol=UDP
  879. RemotePort=53
  880. Direction=OutboundStream
  881.  
  882. Name=Mail.Ru Agent HTTP Activity
  883. Protocol=TCP
  884. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  885. Direction=OutboundStream
  886.  
  887. Name=Mail.Ru Agent Activity
  888. Protocol=TCP
  889. RemotePort=2041, 2042
  890. Direction=OutboundStream
  891.  
  892. [POP Peeper]
  893. App=poppeeper.exe
  894. Name=DNS Service
  895. Protocol=UDP
  896. RemotePort=53
  897. Direction=OutboundStream
  898.  
  899. Name=Send Mail By POP Peeper
  900. Protocol=TCP
  901. RemotePort=25, 465
  902. Direction=OutboundStream
  903.  
  904. Name=Receive Mail By POP Peeper
  905. Protocol=TCP
  906. RemotePort=110, 995
  907. Direction=OutboundStream
  908.  
  909. Name=POP Peeper HTTP Activity
  910. Protocol=TCP
  911. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  912. Direction=OutboundStream
  913.  
  914. [MSGTAG]
  915. App=MSGTAG.exe
  916. Name=DNS Service
  917. Protocol=UDP
  918. RemotePort=53
  919. Direction=OutboundStream
  920.  
  921. Name=Send Tagged Mail By MSGTAG
  922. Protocol=TCP
  923. RemotePort=25, 465
  924. Direction=OutboundStream
  925.  
  926. Name=MSGTAG HTTP Activity
  927. Protocol=TCP
  928. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  929. Direction=OutboundStream
  930.  
  931. [GMail Notifier]
  932. App=gnotify.exe
  933. Name=DNS Service
  934. Protocol=UDP
  935. RemotePort=53
  936. Direction=OutboundStream
  937.  
  938. Name=GMail Notifier HTTP Activity
  939. Protocol=TCP
  940. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  941. Direction=OutboundStream
  942.  
  943. ;Browser
  944.  
  945. [Windows Explorer]
  946. App=explorer.exe
  947. Name=DNS Service
  948. Protocol=UDP
  949. RemotePort=53
  950. Direction=OutboundStream
  951.  
  952. Name=Windows Explorer HTTP Activity
  953. Enable=0
  954. Protocol=TCP
  955. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  956. Direction=OutboundStream
  957.  
  958. Name=Windows Explorer FTP Activity
  959. Enable=0
  960. Protocol=TCP
  961. RemotePort=21
  962. Direction=OutboundStream
  963.  
  964. Name=Windows Explorer FTP DATA Activity
  965. Protocol=TCP
  966. RemotePort=20
  967. Direction=InboundStream
  968.  
  969. Name=Windows Explorer LDAP Activity
  970. Protocol=TCP
  971. Direction=OutboundStream
  972. RemotePort=389, 3268
  973.  
  974. [Amaya]
  975. App=amaya.exe
  976. Name=DNS Service
  977. Protocol=UDP
  978. RemotePort=53
  979. Direction=OutboundStream
  980.  
  981. Name=Amaya HTTP Activity
  982. Protocol=TCP
  983. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  984. Direction=OutboundStream
  985.  
  986. [Avant Browser]
  987. App=avant.exe
  988. Name=DNS Service
  989. Protocol=UDP
  990. RemotePort=53
  991. Direction=OutboundStream
  992.  
  993. Name=Avant Browser HTTP Activity
  994. Protocol=TCP
  995. RemotePort=80-83
  996. Direction=OutboundStream
  997.  
  998. Name=Avant Browser HTTPS Activity
  999. Protocol=TCP
  1000. RemotePort=443
  1001. Direction=OutboundStream
  1002.  
  1003. Name=Avant Browser SOCKS Activity
  1004. Protocol=TCP
  1005. RemotePort=1080
  1006. Direction=OutboundStream
  1007.  
  1008. Name=Avant Browser PROXY Activity
  1009. Protocol=TCP
  1010. RemotePort=3128, 8080, 8088
  1011. Direction=OutboundStream
  1012.  
  1013. Name=Avant Browser FTP Activity
  1014. Protocol=TCP
  1015. RemotePort=21
  1016. Direction=OutboundStream
  1017.  
  1018. Name=Avant Browser FTP DATA Activity
  1019. Protocol=TCP
  1020. RemotePort=20
  1021. Direction=InboundStream
  1022.  
  1023. [Internet Explorer]
  1024. App=iexplore.exe
  1025. Name=DNS Service
  1026. Protocol=UDP
  1027. RemotePort=53
  1028. Direction=OutboundStream
  1029.  
  1030. Name=Internet Explorer HTTP Activity
  1031. Protocol=TCP
  1032. RemotePort=80-83
  1033. Direction=OutboundStream
  1034.  
  1035. Name=Internet Explorer HTTPS Activity
  1036. Protocol=TCP
  1037. RemotePort=443
  1038. Direction=OutboundStream
  1039.  
  1040. Name=Internet Explorer SOCKS Activity
  1041. Protocol=TCP
  1042. RemotePort=1080
  1043. Direction=OutboundStream
  1044.  
  1045. Name=Internet Explorer PROXY Activity
  1046. Protocol=TCP
  1047. RemotePort=3128, 8080, 8088
  1048. Direction=OutboundStream
  1049.  
  1050. Name=Internet Explorer Gopher Activity
  1051. Protocol=TCP
  1052. RemotePort=70
  1053. Direction=OutboundStream
  1054.  
  1055. Name=Internet Explorer Web Folders
  1056. Protocol=TCP
  1057. LocalPort=1375
  1058. Direction=InboundStream
  1059.  
  1060. Name=Internet Explorer Web Folders
  1061. Protocol=UDP
  1062. LocalPort=1040-1050
  1063.  
  1064. Name=Internet Explorer FTP Activity
  1065. Protocol=TCP
  1066. RemotePort=21
  1067. Direction=OutboundStream
  1068.  
  1069. Name=Internet Explorer FTP DATA Activity
  1070. Protocol=TCP
  1071. RemotePort=20
  1072. Direction=InboundStream
  1073.  
  1074. Name=Internet Explorer show video
  1075. Protocol=TCP
  1076. RemotePort=554
  1077. Direction=OutboundStream
  1078.  
  1079. [Netscape Navigator]
  1080. App=netscape.exe, netscp.exe
  1081. Name=DNS Service
  1082. Protocol=UDP
  1083. RemotePort=53
  1084. Direction=OutboundStream
  1085.  
  1086. Name=Netscape HTTP Activity
  1087. Protocol=TCP
  1088. RemotePort=80-83
  1089. Direction=OutboundStream
  1090.  
  1091. Name=Netscape HTTPS Activity
  1092. Protocol=TCP
  1093. RemotePort=443
  1094. Direction=OutboundStream
  1095.  
  1096. Name=Netscape SOCKS Activity
  1097. Protocol=TCP
  1098. RemotePort=1080
  1099. Direction=OutboundStream
  1100.  
  1101. Name=Netscape PROXY Activity
  1102. Protocol=TCP
  1103. RemotePort=3128, 8080, 8088
  1104. Direction=OutboundStream
  1105.  
  1106. Name=Netscape Messenger Send Mail
  1107. Protocol=TCP
  1108. RemotePort=25
  1109. Direction=OutboundStream
  1110.  
  1111. Name=Netscape Messenger Read News
  1112. Protocol=TCP
  1113. RemotePort=119
  1114. Direction=OutboundStream
  1115.  
  1116. Name=Netscape Messenger Receive Mail
  1117. Protocol=TCP
  1118. RemotePort=110, 995
  1119. Direction=OutboundStream
  1120.  
  1121. Name=Netscape Messenger IMAP Activity
  1122. Protocol=TCP
  1123. RemotePort=143
  1124. Direction=OutboundStream
  1125.  
  1126. Name=Netscape FTP Activity
  1127. Protocol=TCP
  1128. RemotePort=21
  1129. Direction=OutboundStream
  1130.  
  1131. Name=Netscape FTP DATA Activity
  1132. Protocol=TCP
  1133. RemotePort=20
  1134. Direction=InboundStream
  1135.  
  1136. [Netscape Mail Notification]
  1137. App=nsnotify.exe
  1138. Name=DNS Service
  1139. Protocol=UDP
  1140. RemotePort=53
  1141. Direction=OutboundStream
  1142.  
  1143. Name=Netscape Mail Notification
  1144. Protocol=TCP
  1145. RemotePort=110, 995
  1146. Direction=OutboundStream
  1147.  
  1148. [Crazy Browser]
  1149. App=crazy browser.exe
  1150. Name=DNS Service
  1151. Protocol=UDP
  1152. RemotePort=53
  1153. Direction=OutboundStream
  1154.  
  1155. Name=Crazy Browser HTTP Activity
  1156. Protocol=TCP
  1157. RemotePort=80-83
  1158. Direction=OutboundStream
  1159.  
  1160. Name=Crazy Browser HTTPS Activity
  1161. Protocol=TCP
  1162. RemotePort=443
  1163. Direction=OutboundStream
  1164.  
  1165. Name=Crazy Browser SOCKS Activity
  1166. Protocol=TCP
  1167. RemotePort=1080
  1168. Direction=OutboundStream
  1169.  
  1170. Name=Crazy Browser PROXY Activity
  1171. Protocol=TCP
  1172. RemotePort=3128, 8080, 8088
  1173. Direction=OutboundStream
  1174.  
  1175. Name=Crazy Browser Gopher Activity
  1176. Protocol=TCP
  1177. RemotePort=70
  1178. Direction=OutboundStream
  1179.  
  1180. Name=Crazy Browser FTP Activity
  1181. Protocol=TCP
  1182. RemotePort=21
  1183. Direction=OutboundStream
  1184.  
  1185. Name=Crazy Browser FTP DATA Activity
  1186. Protocol=TCP
  1187. RemotePort=20
  1188. Direction=InboundStream
  1189.  
  1190. [The Off By One Web Browser]
  1191. App=ob1.exe
  1192. Name=DNS Service
  1193. Protocol=UDP
  1194. RemotePort=53
  1195. Direction=OutboundStream
  1196.  
  1197. Name=The Off By One Web Browser HTTP Activity
  1198. Protocol=TCP
  1199. RemotePort=80-83
  1200. Direction=OutboundStream
  1201.  
  1202. Name=The Off By One Web Browser HTTPS Activity
  1203. Protocol=TCP
  1204. RemotePort=443
  1205. Direction=OutboundStream
  1206.  
  1207. Name=The Off By One Web Browser SOCKS Activity
  1208. Protocol=TCP
  1209. RemotePort=1080
  1210. Direction=OutboundStream
  1211.  
  1212. Name=The Off By One Web Browser PROXY Activity
  1213. Protocol=TCP
  1214. RemotePort=3128, 8080, 8088
  1215. Direction=OutboundStream
  1216.  
  1217. [Opera]
  1218. App=opera.exe
  1219. Name=DNS Service
  1220. Protocol=UDP
  1221. RemotePort=53
  1222. Direction=OutboundStream
  1223.  
  1224. Name=Opera HTTP Activity
  1225. Protocol=TCP
  1226. RemotePort=80-83
  1227. Direction=OutboundStream
  1228.  
  1229. Name=Opera HTTPS Activity
  1230. Protocol=TCP
  1231. RemotePort=443
  1232. Direction=OutboundStream
  1233.  
  1234. Name=Opera SOCKS Activity
  1235. Protocol=TCP
  1236. RemotePort=1080
  1237. Direction=OutboundStream
  1238.  
  1239. Name=Opera PROXY Activity
  1240. Protocol=TCP
  1241. RemotePort=3128, 8080, 8088
  1242. Direction=OutboundStream
  1243.  
  1244. Name=Opera FTP Activity
  1245. Protocol=TCP
  1246. RemotePort=21
  1247. Direction=OutboundStream
  1248.  
  1249. Name=Opera FTP DATA Activity
  1250. Protocol=TCP
  1251. RemotePort=20
  1252. Direction=InboundStream
  1253.  
  1254. Name=Opera NNTP Activity
  1255. Protocol=TCP
  1256. RemotePort=119
  1257. Direction=OutboundStream
  1258.  
  1259. Name=Opera SMTP Activity
  1260. Protocol=TCP
  1261. RemotePort=25
  1262. Direction=OutboundStream
  1263.  
  1264. Name=Opera POP3 Activity
  1265. Protocol=TCP
  1266. RemotePort=110, 995
  1267. Direction=OutboundStream
  1268.  
  1269. [NetCaptor]
  1270. App=netcaptor.exe
  1271. Name=DNS Service
  1272. Protocol=UDP
  1273. RemotePort=53
  1274. Direction=OutboundStream
  1275.  
  1276. Name=NetCaptor HTTP Activity
  1277. Protocol=TCP
  1278. RemotePort=80-83
  1279. Direction=OutboundStream
  1280.  
  1281. Name=NetCaptor HTTPS Activity
  1282. Protocol=TCP
  1283. RemotePort=443
  1284. Direction=OutboundStream
  1285.  
  1286. Name=NetCaptor SOCKS Activity
  1287. Protocol=TCP
  1288. RemotePort=1080
  1289. Direction=OutboundStream
  1290.  
  1291. Name=NetCaptor PROXY Activity
  1292. Protocol=TCP
  1293. RemotePort=3128, 8080, 8088
  1294. Direction=OutboundStream
  1295.  
  1296. Name=NetCaptor Gopher Activity
  1297. Protocol=TCP
  1298. RemotePort=70
  1299. Direction=OutboundStream
  1300.  
  1301. Name=NetCaptor Web Folders
  1302. Protocol=TCP
  1303. LocalPort=1375
  1304. Direction=InboundStream
  1305.  
  1306. Name=NetCaptor Web Folders
  1307. Protocol=UDP
  1308. LocalPort=1040-1050
  1309.  
  1310. Name=NetCaptor FTP Activity
  1311. Protocol=TCP
  1312. RemotePort=21
  1313. Direction=OutboundStream
  1314.  
  1315. Name=NetCaptor FTP DATA Activity
  1316. Protocol=TCP
  1317. RemotePort=20
  1318. Direction=InboundStream
  1319.  
  1320. [NeoPlanet]
  1321. App=np.exe
  1322. Name=DNS Service
  1323. Protocol=UDP
  1324. RemotePort=53
  1325. Direction=OutboundStream
  1326.  
  1327. Name=NeoPlanet HTTP Activity
  1328. Protocol=TCP
  1329. RemotePort=80-83
  1330. Direction=OutboundStream
  1331.  
  1332. Name=NeoPlanet HTTPS Activity
  1333. Protocol=TCP
  1334. RemotePort=443
  1335. Direction=OutboundStream
  1336.  
  1337. Name=NeoPlanet SOCKS Activity
  1338. Protocol=TCP
  1339. RemotePort=1080
  1340. Direction=OutboundStream
  1341.  
  1342. Name=NeoPlanet PROXY Activity
  1343. Protocol=TCP
  1344. RemotePort=3128, 8080, 8088
  1345. Direction=OutboundStream
  1346.  
  1347. Name=NeoPlanet Gopher Activity
  1348. Protocol=TCP
  1349. RemotePort=70
  1350. Direction=OutboundStream
  1351.  
  1352. Name=NeoPlanet Web Folders
  1353. Protocol=TCP
  1354. LocalPort=1375
  1355. Direction=InboundStream
  1356.  
  1357. Name=NeoPlanet Web Folders
  1358. Protocol=UDP
  1359. LocalPort=1040-1050
  1360.  
  1361. Name=NeoPlanet FTP Activity
  1362. Protocol=TCP
  1363. RemotePort=21
  1364. Direction=OutboundStream
  1365.  
  1366. Name=NeoPlanet FTP DATA Activity
  1367. Protocol=TCP
  1368. RemotePort=20
  1369. Direction=InboundStream
  1370.  
  1371. [Phoenix Web Browser]
  1372. App=phoenix.exe
  1373. Name=DNS Service
  1374. Protocol=UDP
  1375. RemotePort=53
  1376. Direction=OutboundStream
  1377.  
  1378. Name=Phoenix Web Browser HTTP Activity
  1379. Protocol=TCP
  1380. RemotePort=80-83
  1381. Direction=OutboundStream
  1382.  
  1383. Name=Phoenix Web Browser HTTPS Activity
  1384. Protocol=TCP
  1385. RemotePort=443
  1386. Direction=OutboundStream
  1387.  
  1388. Name=Phoenix Web Browser SOCKS Activity
  1389. Protocol=TCP
  1390. RemotePort=1080
  1391. Direction=OutboundStream
  1392.  
  1393. Name=Phoenix Web Browser PROXY Activity
  1394. Protocol=TCP
  1395. RemotePort=3128, 8080, 8088
  1396. Direction=OutboundStream
  1397.  
  1398. Name=Phoenix Web Browser FTP Activity
  1399. Protocol=TCP
  1400. RemotePort=21
  1401. Direction=OutboundStream
  1402.  
  1403. Name=Phoenix Web Browser FTP DATA Activity
  1404. Protocol=TCP
  1405. RemotePort=20
  1406. Direction=InboundStream
  1407.  
  1408. [Mozilla Firebird]
  1409. App=mozillafirebird.exe
  1410. Name=DNS Service
  1411. Protocol=UDP
  1412. RemotePort=53
  1413. Direction=OutboundStream
  1414.  
  1415. Name=Mozilla Firebird HTTP Activity
  1416. Protocol=TCP
  1417. RemotePort=80-83
  1418. Direction=OutboundStream
  1419.  
  1420. Name=Mozilla Firebird HTTPS Activity
  1421. Protocol=TCP
  1422. RemotePort=443
  1423. Direction=OutboundStream
  1424.  
  1425. Name=Mozilla Firebird SOCKS Activity
  1426. Protocol=TCP
  1427. RemotePort=1080
  1428. Direction=OutboundStream
  1429.  
  1430. Name=Mozilla Firebird PROXY Activity
  1431. Protocol=TCP
  1432. RemotePort=3128, 8080, 8088
  1433. Direction=OutboundStream
  1434.  
  1435. Name=Mozilla Firebird FTP Activity
  1436. Protocol=TCP
  1437. RemotePort=21
  1438. Direction=OutboundStream
  1439.  
  1440. Name=Mozilla Firebird FTP DATA Activity
  1441. Protocol=TCP
  1442. RemotePort=20
  1443. Direction=InboundStream
  1444.  
  1445. [Mozilla Firefox]
  1446. App=firefox.exe
  1447. Name=DNS Service
  1448. Protocol=UDP
  1449. RemotePort=53
  1450. Direction=OutboundStream
  1451.  
  1452. Name=Mozilla Firefox HTTP Activity
  1453. Protocol=TCP
  1454. RemotePort=80-83
  1455. Direction=OutboundStream
  1456.  
  1457. Name=Mozilla Firefox Localhost Activity
  1458. Protocol=TCP
  1459. RemoteAddress=127.0.0.1
  1460. Direction=OutboundStream
  1461.  
  1462. Name=Mozilla Firefox HTTPS Activity
  1463. Protocol=TCP
  1464. RemotePort=443
  1465. Direction=OutboundStream
  1466.  
  1467. Name=Mozilla Firefox SOCKS Activity
  1468. Protocol=TCP
  1469. RemotePort=1080
  1470. Direction=OutboundStream
  1471.  
  1472. Name=Mozilla Firefox PROXY Activity
  1473. Protocol=TCP
  1474. RemotePort=3128, 8080, 8088
  1475. Direction=OutboundStream
  1476.  
  1477. Name=Mozilla Firefox FTP Activity
  1478. Protocol=TCP
  1479. RemotePort=21
  1480. Direction=OutboundStream
  1481.  
  1482. Name=Mozilla Firefox FTP DATA Activity
  1483. Protocol=TCP
  1484. RemotePort=20
  1485. Direction=InboundStream
  1486.  
  1487. [Smart Explorer]
  1488. App=sexplorer.exe
  1489. Name=DNS Service
  1490. Protocol=UDP
  1491. RemotePort=53
  1492. Direction=OutboundStream
  1493.  
  1494. Name=Smart Explorer HTTP Activity
  1495. Protocol=TCP
  1496. RemotePort=80-83
  1497. Direction=OutboundStream
  1498.  
  1499. Name=Smart Explorer HTTPS Activity
  1500. Protocol=TCP
  1501. RemotePort=443
  1502. Direction=OutboundStream
  1503.  
  1504. Name=Smart Explorer SOCKS Activity
  1505. Protocol=TCP
  1506. RemotePort=1080
  1507. Direction=OutboundStream
  1508.  
  1509. Name=Smart Explorer PROXY Activity
  1510. Protocol=TCP
  1511. RemotePort=3128, 8080, 8088
  1512. Direction=OutboundStream
  1513.  
  1514. Name=Smart Explorer Gopher Activity
  1515. Protocol=TCP
  1516. RemotePort=70
  1517. Direction=OutboundStream
  1518.  
  1519. Name=Smart Explorer Web Folders
  1520. Protocol=TCP
  1521. LocalPort=1375
  1522. Direction=InboundStream
  1523.  
  1524. Name=Smart Explorer Web Folders
  1525. Protocol=UDP
  1526. LocalPort=1040-1050
  1527.  
  1528. Name=Smart Explorer FTP Activity
  1529. Protocol=TCP
  1530. RemotePort=21
  1531. Direction=OutboundStream
  1532.  
  1533. Name=Smart Explorer FTP DATA Activity
  1534. Protocol=TCP
  1535. RemotePort=20
  1536. Direction=InboundStream
  1537.  
  1538. [Mozilla]
  1539. App=mozilla.exe
  1540. Name=DNS Service
  1541. Protocol=UDP
  1542. RemotePort=53
  1543. Direction=OutboundStream
  1544.  
  1545. Name=Mozilla HTTP Activity
  1546. Protocol=TCP
  1547. RemotePort=80-83
  1548. Direction=OutboundStream
  1549.  
  1550. Name=Mozilla Localhost Activity
  1551. Protocol=TCP
  1552. RemoteAddress=127.0.0.1
  1553. Direction=OutboundStream
  1554.  
  1555. Name=Mozilla HTTPS Activity
  1556. Protocol=TCP
  1557. RemotePort=443
  1558. Direction=OutboundStream
  1559.  
  1560. Name=Mozilla SOCKS Activity
  1561. Protocol=TCP
  1562. RemotePort=1080
  1563. Direction=OutboundStream
  1564.  
  1565. Name=Mozilla PROXY Activity
  1566. Protocol=TCP
  1567. RemotePort=3128, 8080, 8088
  1568. Direction=OutboundStream
  1569.  
  1570. Name=Mozilla Gopher Activity
  1571. Protocol=TCP
  1572. RemotePort=70
  1573. Direction=OutboundStream
  1574.  
  1575. Name=Mozilla FTP Activity
  1576. Protocol=TCP
  1577. RemotePort=21
  1578. Direction=OutboundStream
  1579.  
  1580. Name=Mozilla FTP DATA Activity
  1581. Protocol=TCP
  1582. RemotePort=20
  1583. Direction=InboundStream
  1584.  
  1585. Name=Mozilla Send Mail
  1586. Protocol=TCP
  1587. RemotePort=25
  1588. Direction=OutboundStream
  1589.  
  1590. Name=Mozilla Read News
  1591. Protocol=TCP
  1592. RemotePort=119
  1593. Direction=OutboundStream
  1594.  
  1595. Name=Mozilla Receive Mail
  1596. Protocol=TCP
  1597. RemotePort=110, 995
  1598. Direction=OutboundStream
  1599.  
  1600. Name=Mozilla IMAP Activity
  1601. Protocol=TCP
  1602. RemotePort=143
  1603. Direction=OutboundStream
  1604.  
  1605. [Maxthon Web Browser]
  1606. App=maxthon.exe,myie.exe
  1607. Name=DNS Service
  1608. Protocol=UDP
  1609. RemotePort=53
  1610. Direction=OutboundStream
  1611.  
  1612. Name=Maxthon Web Browser HTTP Activity
  1613. Protocol=TCP
  1614. RemotePort=80-83
  1615. Direction=OutboundStream
  1616.  
  1617. Name=Maxthon Web Browser HTTPS Activity
  1618. Protocol=TCP
  1619. RemotePort=443
  1620. Direction=OutboundStream
  1621.  
  1622. Name=Maxthon Web Browser SOCKS Activity
  1623. Protocol=TCP
  1624. RemotePort=1080
  1625. Direction=OutboundStream
  1626.  
  1627. Name=Maxthon Web Browser PROXY Activity
  1628. Protocol=TCP
  1629. RemotePort=3128, 8080, 8088
  1630. Direction=OutboundStream
  1631.  
  1632. Name=Maxthon Web Browser Gopher Activity
  1633. Protocol=TCP
  1634. RemotePort=70
  1635. Direction=OutboundStream
  1636.  
  1637. Name=Maxthon Web Folders
  1638. Protocol=TCP
  1639. LocalPort=1375
  1640. Direction=InboundStream
  1641.  
  1642. Name=Maxthon Web Folders
  1643. Protocol=UDP
  1644. LocalPort=1040-1050
  1645.  
  1646. Name=Maxthon Web Browser FTP Activity
  1647. Protocol=TCP
  1648. RemotePort=21
  1649. Direction=OutboundStream
  1650.  
  1651. Name=Maxthon Web Browser FTP DATA Activity
  1652. Protocol=TCP
  1653. RemotePort=20
  1654. Direction=InboundStream
  1655.  
  1656. [GoSURF]
  1657. App=gosurf.exe
  1658. Name=DNS Service
  1659. Protocol=UDP
  1660. RemotePort=53
  1661. Direction=OutboundStream
  1662.  
  1663. Name=GoSURF HTTP Activity
  1664. Protocol=TCP
  1665. RemotePort=80-83
  1666. Direction=OutboundStream
  1667.  
  1668. Name=GoSURF HTTPS Activity
  1669. Protocol=TCP
  1670. RemotePort=443
  1671. Direction=OutboundStream
  1672.  
  1673. Name=GoSURF SOCKS Activity
  1674. Protocol=TCP
  1675. RemotePort=1080
  1676. Direction=OutboundStream
  1677.  
  1678. Name=GoSURF PROXY Activity
  1679. Protocol=TCP
  1680. RemotePort=3128, 8080, 8088
  1681. Direction=OutboundStream
  1682.  
  1683. Name=GoSURF Gopher Activity
  1684. Protocol=TCP
  1685. RemotePort=70
  1686. Direction=OutboundStream
  1687.  
  1688. Name=GoSURF Web Folders
  1689. Protocol=TCP
  1690. LocalPort=1375
  1691. Direction=InboundStream
  1692.  
  1693. Name=GoSURF Web Folders
  1694. Protocol=UDP
  1695. LocalPort=1040-1050
  1696.  
  1697. ;Proxies
  1698.  
  1699. [AnalogX Proxy]
  1700. App=proxy.exe
  1701. Name=DNS Service
  1702. Protocol=UDP
  1703. RemotePort=53
  1704. Direction=OutboundStream
  1705.  
  1706. Name=AnalogX Proxy HTTP Activity
  1707. Protocol=TCP
  1708. RemotePort=80-83, 1080, 3128, 8080, 8088, 11523
  1709. Direction=OutboundStream
  1710.  
  1711. Name=AnalogX Proxy HTTPS Activity
  1712. Protocol=TCP
  1713. RemotePort=443
  1714. Direction=OutboundStream
  1715.  
  1716. Name=Send Mail By AnalogX Proxy
  1717. Protocol=TCP
  1718. RemotePort=25
  1719. Direction=OutboundStream
  1720.  
  1721. Name=Receive Mail By AnalogX Proxy
  1722. Protocol=TCP
  1723. RemotePort=110, 995
  1724. Direction=OutboundStream
  1725.  
  1726. Name=Read news By AnalogX Proxy
  1727. Protocol=TCP
  1728. RemotePort=119
  1729. Direction=OutboundStream
  1730.  
  1731. Name=AnalogX Proxy FTP Activity
  1732. Protocol=TCP
  1733. RemotePort=21
  1734. Direction=OutboundStream
  1735.  
  1736. Name=AnalogX Proxy FTP DATA Activity
  1737. Protocol=TCP
  1738. RemotePort=20
  1739. Direction=InboundStream
  1740.  
  1741. [WebWasher]
  1742. App=wwasher.exe
  1743. Name=DNS Service
  1744. Protocol=UDP
  1745. RemotePort=53
  1746. Direction=OutboundStream
  1747.  
  1748. Name=WebWasher Activity
  1749. Protocol=TCP
  1750. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1751. Direction=OutboundStream
  1752.  
  1753. [The Proxomitron]
  1754. App=proxomitron.exe
  1755. Name=DNS Service
  1756. Protocol=UDP
  1757. RemotePort=53
  1758. Direction=OutboundStream
  1759.  
  1760. Name=The Proxomitron Activity
  1761. Protocol=TCP
  1762. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1763. Direction=OutboundStream
  1764.  
  1765. Name=Allow Local Proxomitron Activity
  1766. Protocol=TCP
  1767. RemoteAddress=127.0.0.1
  1768. Direction=InboundStream
  1769.  
  1770. Name=Block Inbound Proxomitron Activity
  1771. Allow=0
  1772. Protocol=TCP
  1773. Direction=InboundStream
  1774.  
  1775. ;Download Manager
  1776.  
  1777. [Download Accelerator Plus]
  1778. App=dap.exe
  1779. Name=DNS Service
  1780. Protocol=UDP
  1781. RemotePort=53
  1782. Direction=OutboundStream
  1783.  
  1784. Name=Download Accelerator Plus HTTP Activity
  1785. Protocol=TCP
  1786. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1787. Direction=OutboundStream
  1788.  
  1789. Name=Download Accelerator Plus FTP Activity
  1790. Protocol=TCP
  1791. RemotePort=21
  1792. Direction=OutboundStream
  1793.  
  1794. Name=Download Accelerator Plus FTP DATA Activity
  1795. Protocol=TCP
  1796. RemotePort=20
  1797. Direction=InboundStream
  1798.  
  1799. [LeechGet]
  1800. App=LeechGet.exe
  1801. Name=DNS Service
  1802. Protocol=UDP
  1803. RemotePort=53
  1804. Direction=OutboundStream
  1805.  
  1806. Name=LeechGet HTTP Activity
  1807. Protocol=TCP
  1808. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1809. Direction=OutboundStream
  1810.  
  1811. Name=LeechGet FTP Activity
  1812. Protocol=TCP
  1813. RemotePort=21
  1814. Direction=OutboundStream
  1815.  
  1816. Name=LeechGet FTP DATA Activity
  1817. Protocol=TCP
  1818. RemotePort=20
  1819. Direction=InboundStream
  1820.  
  1821. [Download Master]
  1822. App=dmaster.exe
  1823. Name=DNS Service
  1824. Protocol=UDP
  1825. RemotePort=53
  1826. Direction=OutboundStream
  1827.  
  1828. Name=Download Master HTTP Activity
  1829. Protocol=TCP
  1830. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1831. Direction=OutboundStream
  1832.  
  1833. Name=Download Master FTP Activity
  1834. Protocol=TCP
  1835. RemotePort=21
  1836. Direction=OutboundStream
  1837.  
  1838. Name=Download Master FTP DATA Activity
  1839. Protocol=TCP
  1840. RemotePort=20
  1841. Direction=InboundStream
  1842.  
  1843. [ReGet]
  1844. App=reget.exe, regetdx.exe, regetjr.exe, regetpro.exe
  1845. Name=DNS Service
  1846. Protocol=UDP
  1847. RemotePort=53
  1848. Direction=OutboundStream
  1849.  
  1850. Name=ReGet Activity
  1851. Protocol=TCP
  1852. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1853. Direction=OutboundStream
  1854.  
  1855. Name=ReGet FTP Activity
  1856. Protocol=TCP
  1857. RemotePort=21
  1858. Direction=OutboundStream
  1859.  
  1860. Name=ReGet FTP DATA Activity
  1861. Protocol=TCP
  1862. RemotePort=20
  1863. Direction=InboundStream
  1864.  
  1865. [ReGet Update]
  1866. App=regetupd.exe
  1867. Name=DNS Service
  1868. Protocol=UDP
  1869. RemotePort=53
  1870. Direction=OutboundStream
  1871.  
  1872. Name=ReGet Updater
  1873. Protocol=TCP
  1874. RemotePort=80, 3128, 8080, 1080, 11523
  1875. Direction=OutboundStream
  1876.  
  1877. [3wGet]
  1878. App=3wget.exe
  1879. Name=DNS Service
  1880. Protocol=UDP
  1881. RemotePort=53
  1882. Direction=OutboundStream
  1883.  
  1884. Name=3wGet Activity
  1885. Protocol=TCP
  1886. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1887. Direction=OutboundStream
  1888.  
  1889. Name=3wGet FTP Activity
  1890. Protocol=TCP
  1891. RemotePort=21
  1892. Direction=OutboundStream
  1893.  
  1894. Name=3wGet FTP DATA Activity
  1895. Protocol=TCP
  1896. RemotePort=20
  1897. Direction=InboundStream
  1898.  
  1899. [Mass Downloader]
  1900. App=massdown.exe
  1901. Name=DNS Service
  1902. Protocol=UDP
  1903. RemotePort=53
  1904. Direction=OutboundStream
  1905.  
  1906. Name=Mass Downloader Activity
  1907. Protocol=TCP
  1908. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1909. Direction=OutboundStream
  1910.  
  1911. Name=Mass Downloader FTP Activity
  1912. Protocol=TCP
  1913. RemotePort=21
  1914. Direction=OutboundStream
  1915.  
  1916. Name=Mass Downloader FTP DATA Activity
  1917. Protocol=TCP
  1918. RemotePort=20
  1919. Direction=InboundStream
  1920.  
  1921. [NetAnts]
  1922. App=netants.exe
  1923. Name=DNS Service
  1924. Protocol=UDP
  1925. RemotePort=53
  1926. Direction=OutboundStream
  1927.  
  1928. Name=NetAnts Activity
  1929. Protocol=TCP
  1930. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1931. Direction=OutboundStream
  1932.  
  1933. Name=NetAnts FTP Activity
  1934. Protocol=TCP
  1935. RemotePort=21
  1936. Direction=OutboundStream
  1937.  
  1938. Name=NetAnts FTP DATA Activity
  1939. Protocol=TCP
  1940. RemotePort=20
  1941. Direction=InboundStream
  1942.  
  1943. [Lightning Download]
  1944. App=lightning.exe
  1945. Name=DNS Service
  1946. Protocol=UDP
  1947. RemotePort=53
  1948. Direction=OutboundStream
  1949.  
  1950. Name=Lightning Download Activity
  1951. Protocol=TCP
  1952. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1953. Direction=OutboundStream
  1954.  
  1955. Name=Lightning Download FTP Activity
  1956. Protocol=TCP
  1957. RemotePort=21
  1958. Direction=OutboundStream
  1959.  
  1960. Name=Lightning Download FTP DATA Activity
  1961. Protocol=TCP
  1962. RemotePort=20
  1963. Direction=InboundStream
  1964.  
  1965. [Star Downloader]
  1966. App=stardown.exe
  1967. Name=DNS Service
  1968. Protocol=UDP
  1969. RemotePort=53
  1970. Direction=OutboundStream
  1971.  
  1972. Name=Star Downloader Activity
  1973. Protocol=TCP
  1974. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1975. Direction=OutboundStream
  1976.  
  1977. Name=Star Downloader FTP Activity
  1978. Protocol=TCP
  1979. RemotePort=21
  1980. Direction=OutboundStream
  1981.  
  1982. Name=Star Downloader FTP DATA Activity
  1983. Protocol=TCP
  1984. RemotePort=20
  1985. Direction=InboundStream
  1986.  
  1987. [FlashGet]
  1988. App=jetcar.exe, flashget.exe
  1989. Name=DNS Service
  1990. Protocol=UDP
  1991. RemotePort=53
  1992. Direction=OutboundStream
  1993.  
  1994. Name=FlashGet Activity
  1995. Protocol=TCP
  1996. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  1997. Direction=OutboundStream
  1998.  
  1999. Name=FlashGet FTP Activity
  2000. Protocol=TCP
  2001. RemotePort=21
  2002. Direction=OutboundStream
  2003.  
  2004. Name=FlashGet FTP DATA Activity
  2005. Protocol=TCP
  2006. RemotePort=20
  2007. Direction=InboundStream
  2008.  
  2009. [Go!Zilla]
  2010. App=go.exe
  2011. Name=DNS Service
  2012. Protocol=UDP
  2013. RemotePort=53
  2014. Direction=OutboundStream
  2015.  
  2016. Name=Go!Zilla Activity
  2017. Protocol=TCP
  2018. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2019. Direction=OutboundStream
  2020.  
  2021. Name=Go!Zilla FTP Activity
  2022. Protocol=TCP
  2023. RemotePort=21
  2024. Direction=OutboundStream
  2025.  
  2026. Name=Go!Zilla FTP DATA Activity
  2027. Protocol=TCP
  2028. RemotePort=20
  2029. Direction=InboundStream
  2030.  
  2031. [GetRight]
  2032. App=getright.exe
  2033. Name=DNS Service
  2034. Protocol=UDP
  2035. RemotePort=53
  2036. Direction=OutboundStream
  2037.  
  2038. Name=GetRight Activity
  2039. Protocol=TCP
  2040. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2041. Direction=OutboundStream
  2042.  
  2043. Name=GetRight FTP Activity
  2044. Protocol=TCP
  2045. RemotePort=21
  2046. Direction=OutboundStream
  2047.  
  2048. Name=GetRight FTP DATA Activity
  2049. Protocol=TCP
  2050. RemotePort=20
  2051. Direction=InboundStream
  2052.  
  2053. [Net Vampire]
  2054. App=vampire.exe
  2055. Name=DNS Service
  2056. Protocol=UDP
  2057. RemotePort=53
  2058. Direction=OutboundStream
  2059.  
  2060. Name=Net Vampire Activity
  2061. Protocol=TCP
  2062. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2063. Direction=OutboundStream
  2064.  
  2065. Name=Net Vampire FTP Activity
  2066. Protocol=TCP
  2067. RemotePort=21
  2068. Direction=OutboundStream
  2069.  
  2070. Name=Net Vampire FTP DATA Activity
  2071. Protocol=TCP
  2072. RemotePort=20
  2073. Direction=InboundStream
  2074.  
  2075. [WGET]
  2076. App=wget.exe
  2077. Name=DNS Service
  2078. Protocol=UDP
  2079. RemotePort=53
  2080. Direction=OutboundStream
  2081.  
  2082. Name=WGET Activity
  2083. Protocol=TCP
  2084. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2085. Direction=OutboundStream
  2086.  
  2087. Name=WGET FTP Activity
  2088. Protocol=TCP
  2089. RemotePort=21
  2090. Direction=OutboundStream
  2091.  
  2092. Name=WGET FTP DATA Activity
  2093. Protocol=TCP
  2094. RemotePort=20
  2095. Direction=InboundStream
  2096.  
  2097. [Bit Torrent Client]
  2098. App=btdownloadgui.exe
  2099. Name=DNS Service
  2100. Protocol=UDP
  2101. RemotePort=53
  2102. Direction=OutboundStream
  2103.  
  2104. Name=Bit Torrent HTTP Activity
  2105. Protocol=TCP
  2106. RemotePort=80
  2107. Direction=OutboundStream
  2108.  
  2109. Name=Bit Torrent HTTPS Activity
  2110. Protocol=TCP
  2111. RemotePort=443
  2112. Direction=OutboundStream
  2113.  
  2114. Name=Bit Torrent Network TCP Outbound Activity
  2115. Protocol=TCP
  2116. RemotePort=1024-65535
  2117. Direction=OutboundStream
  2118.  
  2119. Name=Bit Torrent Network TCP Inbound Activity
  2120. Protocol=TCP
  2121. LocalPort=6881-6999
  2122. Direction=InboundStream
  2123.  
  2124. Name=TCP Inbound Coverage Activity
  2125. Allow=0
  2126. Protocol=TCP
  2127. Direction=InboundStream
  2128.  
  2129. Name=TCP Outbound Coverage Activity
  2130. Allow=0
  2131. Protocol=TCP
  2132. Direction=OutboundStream
  2133.  
  2134. Name=UDP Coverage Activity
  2135. Allow=0
  2136. Protocol=UDP
  2137.  
  2138. ;Offline Browser
  2139.  
  2140. [DISCo Pump]
  2141. App=dpump.exe
  2142. Name=DNS Service
  2143. Protocol=UDP
  2144. RemotePort=53
  2145. Direction=OutboundStream
  2146.  
  2147. Name=DISCo Pump Activity
  2148. Protocol=TCP
  2149. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2150. Direction=OutboundStream
  2151.  
  2152. [DISCo Pump Update]
  2153. App=dupgrad.exe
  2154. Name=DNS Service
  2155. Protocol=UDP
  2156. RemotePort=53
  2157. Direction=OutboundStream
  2158.  
  2159. Name=DISCo Pump Update Activity
  2160. Protocol=TCP
  2161. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2162. Direction=OutboundStream
  2163.  
  2164. [Teleport Pro]
  2165. App=pro.exe
  2166. Name=DNS Service
  2167. Protocol=UDP
  2168. RemotePort=53
  2169. Direction=OutboundStream
  2170.  
  2171. Name=Teleport Pro Activity
  2172. Protocol=TCP
  2173. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2174. Direction=OutboundStream
  2175.  
  2176. [Offline Explorer]
  2177. App=oe.exe
  2178. Name=DNS Service
  2179. Protocol=UDP
  2180. RemotePort=53
  2181. Direction=OutboundStream
  2182.  
  2183. Name=Offline Explorer Activity
  2184. Protocol=TCP
  2185. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2186. Direction=OutboundStream
  2187.  
  2188. [SuperHTTP Web Spider]
  2189. App=superhttp.exe
  2190. Name=DNS Service
  2191. Protocol=UDP
  2192. RemotePort=53
  2193. Direction=OutboundStream
  2194.  
  2195. Name=SuperHTTP Activity
  2196. Protocol=TCP
  2197. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2198. Direction=OutboundStream
  2199.  
  2200. [WebZIP]
  2201. App=webzip.exe
  2202. Name=DNS Service
  2203. Protocol=UDP
  2204. RemotePort=53
  2205. Direction=OutboundStream
  2206.  
  2207. Name=WebZIP Activity
  2208. Protocol=TCP
  2209. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2210. Direction=OutboundStream
  2211.  
  2212. [WebCopier]
  2213. App=webcopier.exe
  2214. Name=DNS Service
  2215. Protocol=UDP
  2216. RemotePort=53
  2217. Direction=OutboundStream
  2218.  
  2219. Name=WebCopier Activity
  2220. Protocol=TCP
  2221. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2222. Direction=OutboundStream
  2223.  
  2224. [WebSite eXtractor]
  2225. App=webextra.exe
  2226. Name=DNS Service
  2227. Protocol=UDP
  2228. RemotePort=53
  2229. Direction=OutboundStream
  2230.  
  2231. Name=WebSite eXtractor Activity
  2232. Protocol=TCP
  2233. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2234. Direction=OutboundStream
  2235.  
  2236. ;Agnitum Products
  2237.  
  2238. [Tauscan Update]
  2239. App=taupdate.exe
  2240. Name=DNS Service
  2241. Protocol=UDP
  2242. RemotePort=53
  2243. Direction=OutboundStream
  2244.  
  2245. Name=Tauscan Update
  2246. Protocol=TCP
  2247. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2248. Direction=OutboundStream
  2249.  
  2250. [Agnitum Products Update]
  2251. App=aupdrun.exe
  2252. Name=DNS Service
  2253. Protocol=UDP
  2254. RemotePort=53
  2255. Direction=OutboundStream
  2256.  
  2257. Name=Agnitum Products Update
  2258. Protocol=TCP
  2259. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2260. Direction=OutboundStream
  2261.  
  2262. [Jammer]
  2263. App=jammer.exe
  2264. Name=DNS Service
  2265. Protocol=UDP
  2266. RemotePort=53
  2267. Direction=OutboundStream
  2268.  
  2269. Name=Jammer Report
  2270. Protocol=TCP
  2271. RemotePort=25
  2272. Direction=OutboundStream
  2273.  
  2274. [Agnitum Auto FeedBack]
  2275. App=feedback.exe
  2276. Name=DNS Service
  2277. Protocol=UDP
  2278. RemotePort=53
  2279. Direction=OutboundStream
  2280.  
  2281. Name=Agnitum Auto FeedBack
  2282. Protocol=TCP
  2283. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2284. Direction=OutboundStream
  2285.  
  2286. [Agnitum Outpost Firewall]
  2287. App=outpost.exe
  2288. Name=DNS Service
  2289. Protocol=UDP
  2290. RemotePort=53
  2291. Direction=OutboundStream
  2292.  
  2293. Name=Outpost Firewall News
  2294. Protocol=TCP
  2295. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2296. Direction=OutboundStream
  2297.  
  2298. ;FTP
  2299.  
  2300. [Windows FTP Client]
  2301. App=ftp.exe
  2302. Name=DNS Service
  2303. Protocol=UDP
  2304. RemotePort=53
  2305. Direction=OutboundStream
  2306.  
  2307. Name=Windows FTP Client Activity
  2308. Protocol=TCP
  2309. RemotePort=21
  2310. Direction=OutboundStream
  2311.  
  2312. Name=Windows FTP DATA Activity
  2313. Protocol=TCP
  2314. RemotePort=20
  2315. Direction=InboundStream
  2316.  
  2317. [CuteFTP]
  2318. App=cutftp32.exe, cftppro.exe, ftpte.exe
  2319. Name=DNS Service
  2320. Protocol=UDP
  2321. RemotePort=53
  2322. Direction=OutboundStream
  2323.  
  2324. Name=CuteFTP Activity
  2325. Protocol=TCP
  2326. RemotePort=21
  2327. Direction=OutboundStream
  2328.  
  2329. Name=CuteFTP FTP DATA Activity
  2330. Protocol=TCP
  2331. RemotePort=20
  2332. Direction=InboundStream
  2333.  
  2334. Name=CuteFTP HTTP Activity
  2335. Protocol=TCP
  2336. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2337. Direction=OutboundStream
  2338.  
  2339. [BulletProof FTP]
  2340. App=bpftp.exe
  2341. Name=DNS Service
  2342. Protocol=UDP
  2343. RemotePort=53
  2344. Direction=OutboundStream
  2345.  
  2346. Name=BulletProof FTP Activity
  2347. Protocol=TCP
  2348. RemotePort=21
  2349. Direction=OutboundStream
  2350.  
  2351. Name=BulletProof FTP DATA Activity
  2352. Protocol=TCP
  2353. RemotePort=20
  2354. Direction=InboundStream
  2355.  
  2356. [Dreamweaver FTP client]
  2357. App=dreamweaver.exe
  2358. Name=DNS Service
  2359. Protocol=UDP
  2360. RemotePort=53
  2361. Direction=OutboundStream
  2362.  
  2363. Name=Dreamweaver FTP Activity
  2364. Protocol=TCP
  2365. RemotePort=21
  2366. Direction=OutboundStream
  2367.  
  2368. Name=Dreamweaver FTP DATA Activity
  2369. Protocol=TCP
  2370. RemotePort=20
  2371. Direction=InboundStream
  2372.  
  2373. [PrimaSoft AutoFTP]
  2374. App=ftppro.exe
  2375. Name=DNS Service
  2376. Protocol=UDP
  2377. RemotePort=53
  2378. Direction=OutboundStream
  2379.  
  2380. Name=PrimaSoft FTP Activity
  2381. Protocol=TCP
  2382. RemotePort=21
  2383. Direction=OutboundStream
  2384.  
  2385. Name=PrimaSoft FTP DATA Activity
  2386. Protocol=TCP
  2387. RemotePort=20
  2388. Direction=InboundStream
  2389.  
  2390. [FlashFXP]
  2391. App=flashfxp.exe
  2392. Name=DNS Service
  2393. Protocol=UDP
  2394. RemotePort=53
  2395. Direction=OutboundStream
  2396.  
  2397. Name=FlashFXP FTP Activity
  2398. Protocol=TCP
  2399. RemotePort=21
  2400. Direction=OutboundStream
  2401.  
  2402. Name=FlashFXP FTP DATA Activity
  2403. Protocol=TCP
  2404. RemotePort=20
  2405. Direction=InboundStream
  2406.  
  2407. [FTP Now]
  2408. App=ftp now.exe
  2409. Name=DNS Service
  2410. Protocol=UDP
  2411. RemotePort=53
  2412. Direction=OutboundStream
  2413.  
  2414. Name=FTP Now Activity
  2415. Protocol=TCP
  2416. RemotePort=21
  2417. Direction=OutboundStream
  2418.  
  2419. Name=FTP Now DATA Activity
  2420. Protocol=TCP
  2421. RemotePort=20
  2422. Direction=InboundStream
  2423.  
  2424. [TurboFTP]
  2425. App=turboftp.exe
  2426. Name=DNS Service
  2427. Protocol=UDP
  2428. RemotePort=53
  2429. Direction=OutboundStream
  2430.  
  2431. Name=TurboFTP Activity
  2432. Protocol=TCP
  2433. RemotePort=21
  2434. Direction=OutboundStream
  2435.  
  2436. Name=TurboFTP DATA Activity
  2437. Protocol=TCP
  2438. RemotePort=20
  2439. Direction=InboundStream
  2440.  
  2441. [AbsoluteFTP]
  2442. App=absoluteftp.exe
  2443. Name=DNS Service
  2444. Protocol=UDP
  2445. RemotePort=53
  2446. Direction=OutboundStream
  2447.  
  2448. Name=AbsoluteFTP Activity
  2449. Protocol=TCP
  2450. RemotePort=21
  2451. Direction=OutboundStream
  2452.  
  2453. Name=AbsoluteFTP DATA Activity
  2454. Protocol=TCP
  2455. RemotePort=20
  2456. Direction=InboundStream
  2457.  
  2458. [RemFTP]
  2459. App=remftp.exe
  2460. Name=DNS Service
  2461. Protocol=UDP
  2462. RemotePort=53
  2463. Direction=OutboundStream
  2464.  
  2465. Name=RemFTP Activity
  2466. Protocol=TCP
  2467. RemotePort=21
  2468. Direction=OutboundStream
  2469.  
  2470. Name=RemFTP DATA Activity
  2471. Protocol=TCP
  2472. RemotePort=20
  2473. Direction=InboundStream
  2474.  
  2475. [Simply COOL FTP]
  2476. App=scftp.exe
  2477. Name=DNS Service
  2478. Protocol=UDP
  2479. RemotePort=53
  2480. Direction=OutboundStream
  2481.  
  2482. Name=Simply COOL FTP Activity
  2483. Protocol=TCP
  2484. RemotePort=21
  2485. Direction=OutboundStream
  2486.  
  2487. Name=Simply COOL FTP DATA Activity
  2488. Protocol=TCP
  2489. RemotePort=20
  2490. Direction=InboundStream
  2491.  
  2492. [Crystal FTP]
  2493. App=crystalftp.exe
  2494. Name=DNS Service
  2495. Protocol=UDP
  2496. RemotePort=53
  2497. Direction=OutboundStream
  2498.  
  2499. Name=Crystal FTP Activity
  2500. Protocol=TCP
  2501. RemotePort=21
  2502. Direction=OutboundStream
  2503.  
  2504. Name=Crystal FTP DATA Activity
  2505. Protocol=TCP
  2506. RemotePort=20
  2507. Direction=InboundStream
  2508.  
  2509. Name=Crystal FTP Update
  2510. Protocol=TCP
  2511. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2512. Direction=OutboundStream
  2513.  
  2514. [KenFTP]
  2515. App=ken ftp.exe
  2516. Name=DNS Service
  2517. Protocol=UDP
  2518. RemotePort=53
  2519. Direction=OutboundStream
  2520.  
  2521. Name=KenFTP Activity
  2522. Protocol=TCP
  2523. RemotePort=21
  2524. Direction=OutboundStream
  2525.  
  2526. Name=KenFTP DATA Activity
  2527. Protocol=TCP
  2528. RemotePort=20
  2529. Direction=InboundStream
  2530.  
  2531. [FTP Commander]
  2532. App=ftpcomm.exe
  2533. Name=DNS Service
  2534. Protocol=UDP
  2535. RemotePort=53
  2536. Direction=OutboundStream
  2537.  
  2538. Name=FTP Commander Activity
  2539. Protocol=TCP
  2540. RemotePort=21
  2541. Direction=OutboundStream
  2542.  
  2543. Name=FTP Commander DATA Activity
  2544. Protocol=TCP
  2545. RemotePort=20
  2546. Direction=InboundStream
  2547.  
  2548. [FTP Navigator]
  2549. App=ftpnavi.exe
  2550. Name=DNS Service
  2551. Protocol=UDP
  2552. RemotePort=53
  2553. Direction=OutboundStream
  2554.  
  2555. Name=FTP Navigator Activity
  2556. Protocol=TCP
  2557. RemotePort=21
  2558. Direction=OutboundStream
  2559.  
  2560. Name=FTP Navigator DATA Activity
  2561. Protocol=TCP
  2562. RemotePort=20
  2563. Direction=InboundStream
  2564.  
  2565. [AceFTP]
  2566. App=aceftp.exe
  2567. Name=DNS Service
  2568. Protocol=UDP
  2569. RemotePort=53
  2570. Direction=OutboundStream
  2571.  
  2572. Name=AceFTP Activity
  2573. Protocol=TCP
  2574. RemotePort=21
  2575. Direction=OutboundStream
  2576.  
  2577. Name=AceFTP DATA Activity
  2578. Protocol=TCP
  2579. RemotePort=20
  2580. Direction=InboundStream
  2581.  
  2582. [AutoSyncFTP]
  2583. App=autosyncftp.exe
  2584. Name=DNS Service
  2585. Protocol=UDP
  2586. RemotePort=53
  2587. Direction=OutboundStream
  2588.  
  2589. Name=AutoSyncFTP Activity
  2590. Protocol=TCP
  2591. RemotePort=21
  2592. Direction=OutboundStream
  2593.  
  2594. Name=AutoSyncFTP DATA Activity
  2595. Protocol=TCP
  2596. RemotePort=20
  2597. Direction=InboundStream
  2598.  
  2599. [Click FTP]
  2600. App=click ftp.exe
  2601. Name=DNS Service
  2602. Protocol=UDP
  2603. RemotePort=53
  2604. Direction=OutboundStream
  2605.  
  2606. Name=Click FTP Activity
  2607. Protocol=TCP
  2608. RemotePort=21
  2609. Direction=OutboundStream
  2610.  
  2611. Name=Click FTP DATA Activity
  2612. Protocol=TCP
  2613. RemotePort=20
  2614. Direction=InboundStream
  2615.  
  2616. [CoffeeCup Direct FTP]
  2617. App=directftp5.exe
  2618. Name=DNS Service
  2619. Protocol=UDP
  2620. RemotePort=53
  2621. Direction=OutboundStream
  2622.  
  2623. Name=CoffeeCup Direct FTP Activity
  2624. Protocol=TCP
  2625. RemotePort=21
  2626. Direction=OutboundStream
  2627.  
  2628. Name=CoffeeCup Direct FTP DATA Activity
  2629. Protocol=TCP
  2630. RemotePort=20
  2631. Direction=InboundStream
  2632.  
  2633. [DC SmartFTP]
  2634. App=dcsmartftp.exe
  2635. Name=DNS Service
  2636. Protocol=UDP
  2637. RemotePort=53
  2638. Direction=OutboundStream
  2639.  
  2640. Name=DC SmartFTP Activity
  2641. Protocol=TCP
  2642. RemotePort=21
  2643. Direction=OutboundStream
  2644.  
  2645. Name=DC SmartFTP DATA Activity
  2646. Protocol=TCP
  2647. RemotePort=20
  2648. Direction=InboundStream
  2649.  
  2650. [SmartFTP]
  2651. App=smartftp.exe
  2652. Name=DNS Service
  2653. Protocol=UDP
  2654. RemotePort=53
  2655. Direction=OutboundStream
  2656.  
  2657. Name=SmartFTP Activity
  2658. Protocol=TCP
  2659. RemotePort=21
  2660. Direction=OutboundStream
  2661.  
  2662. Name=SmartFTP DATA Activity
  2663. Protocol=TCP
  2664. RemotePort=20
  2665. Direction=InboundStream
  2666.  
  2667. Name=SmartFTP HTTP Activity
  2668. Protocol=TCP
  2669. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  2670. Direction=OutboundStream
  2671.  
  2672. [FileZilla]
  2673. App=filezilla.exe
  2674. Name=DNS Service
  2675. Protocol=UDP
  2676. RemotePort=53
  2677. Direction=OutboundStream
  2678.  
  2679. Name=FileZilla FTP Activity
  2680. Protocol=TCP
  2681. RemotePort=21
  2682. Direction=OutboundStream
  2683.  
  2684. Name=FileZilla FTP DATA Activity
  2685. Protocol=TCP
  2686. RemotePort=20
  2687. Direction=InboundStream
  2688.  
  2689. [Site Publisher]
  2690. App=sitepub.exe
  2691. Name=DNS Service
  2692. Protocol=UDP
  2693. RemotePort=53
  2694. Direction=OutboundStream
  2695.  
  2696. Name=Site Publisher FTP Activity
  2697. Protocol=TCP
  2698. RemotePort=21
  2699. Direction=OutboundStream
  2700.  
  2701. Name=Site Publisher FTP DATA Activity
  2702. Protocol=TCP
  2703. RemotePort=20
  2704. Direction=InboundStream
  2705.  
  2706. [FTP Voyager]
  2707. App=ftpvoyager.exe
  2708. Name=DNS Service
  2709. Protocol=UDP
  2710. RemotePort=53
  2711. Direction=OutboundStream
  2712.  
  2713. Name=FTP Voyager Activity
  2714. Protocol=TCP
  2715. RemotePort=21
  2716. Direction=OutboundStream
  2717.  
  2718. Name=FTP Voyager DATA Activity
  2719. Protocol=TCP
  2720. RemotePort=20
  2721. Direction=InboundStream
  2722.  
  2723. [FTPRight]
  2724. App=ftpright.exe
  2725. Name=DNS Service
  2726. Protocol=UDP
  2727. RemotePort=53
  2728. Direction=OutboundStream
  2729.  
  2730. Name=FTPRight Activity
  2731. Protocol=TCP
  2732. RemotePort=21
  2733. Direction=OutboundStream
  2734.  
  2735. Name=FTPRight DATA Activity
  2736. Protocol=TCP
  2737. RemotePort=20
  2738. Direction=InboundStream
  2739.  
  2740. [IglooFTP Pro]
  2741. App=iglooftp pro.exe
  2742. Name=DNS Service
  2743. Protocol=UDP
  2744. RemotePort=53
  2745. Direction=OutboundStream
  2746.  
  2747. Name=IglooFTP Pro Activity
  2748. Protocol=TCP
  2749. RemotePort=21
  2750. Direction=OutboundStream
  2751.  
  2752. Name=IglooFTP DATA Activity
  2753. Protocol=TCP
  2754. RemotePort=20
  2755. Direction=InboundStream
  2756.  
  2757. [Magellan Explorer]
  2758. App=magellan.exe
  2759. Name=DNS Service
  2760. Protocol=UDP
  2761. RemotePort=53
  2762. Direction=OutboundStream
  2763.  
  2764. Name=Magellan Explorer FTP Activity
  2765. Protocol=TCP
  2766. RemotePort=21
  2767. Direction=OutboundStream
  2768.  
  2769. Name=Magellan Explorer FTP DATA Activity
  2770. Protocol=TCP
  2771. RemotePort=20
  2772. Direction=InboundStream
  2773.  
  2774. [Microviet Internet FTP]
  2775. App=internet ftp.exe
  2776. Name=DNS Service
  2777. Protocol=UDP
  2778. RemotePort=53
  2779. Direction=OutboundStream
  2780.  
  2781. Name=Microviet Internet FTP Activity
  2782. Protocol=TCP
  2783. RemotePort=21
  2784. Direction=OutboundStream
  2785.  
  2786. Name=Microviet Internet FTP DATA Activity
  2787. Protocol=TCP
  2788. RemotePort=20
  2789. Direction=InboundStream
  2790.  
  2791. [miniftp]
  2792. App=miniftp.exe
  2793. Name=DNS Service
  2794. Protocol=UDP
  2795. RemotePort=53
  2796. Direction=OutboundStream
  2797.  
  2798. Name=miniftp Activity
  2799. Protocol=TCP
  2800. RemotePort=21
  2801. Direction=OutboundStream
  2802.  
  2803. Name=miniftp DATA Activity
  2804. Protocol=TCP
  2805. RemotePort=20
  2806. Direction=InboundStream
  2807.  
  2808. [NetLoad]
  2809. App=netload.exe
  2810. Name=DNS Service
  2811. Protocol=UDP
  2812. RemotePort=53
  2813. Direction=OutboundStream
  2814.  
  2815. Name=NetLoad FTP Activity
  2816. Protocol=TCP
  2817. RemotePort=21
  2818. Direction=OutboundStream
  2819.  
  2820. Name=NetLoad FTP DATA Activity
  2821. Protocol=TCP
  2822. RemotePort=20
  2823. Direction=InboundStream
  2824.  
  2825. [SecureFX]
  2826. App=securefx.exe
  2827. Name=DNS Service
  2828. Protocol=UDP
  2829. RemotePort=53
  2830. Direction=OutboundStream
  2831.  
  2832. Name=SecureFX Activity
  2833. Protocol=TCP
  2834. RemotePort=21
  2835. Direction=OutboundStream
  2836.  
  2837. Name=SecureFX SFTP Activity
  2838. Protocol=TCP
  2839. RemotePort=22
  2840. Direction=OutboundStream
  2841.  
  2842. Name=SecureFX FTP DATA Activity
  2843. Protocol=TCP
  2844. RemotePort=20
  2845. Direction=InboundStream
  2846.  
  2847. [WebFTP]
  2848. App=webftp3.exe
  2849. Name=DNS Service
  2850. Protocol=UDP
  2851. RemotePort=53
  2852. Direction=OutboundStream
  2853.  
  2854. Name=WebFTP Activity
  2855. Protocol=TCP
  2856. RemotePort=21
  2857. Direction=OutboundStream
  2858.  
  2859. Name=WebFTP DATA Activity
  2860. Protocol=TCP
  2861. RemotePort=20
  2862. Direction=InboundStream
  2863.  
  2864. [WS_FTP]
  2865. App=ftp95pro.exe
  2866. Name=DNS Service
  2867. Protocol=UDP
  2868. RemotePort=53
  2869. Direction=OutboundStream
  2870.  
  2871. Name=WS_FTP Activity
  2872. Protocol=TCP
  2873. RemotePort=21
  2874. Direction=OutboundStream
  2875.  
  2876. Name=WS_FTP DATA Activity
  2877. Protocol=TCP
  2878. RemotePort=20
  2879. Direction=InboundStream
  2880.  
  2881. [Windows Sockets FTP Client]
  2882. App=winftp32.exe
  2883. Name=DNS Service
  2884. Protocol=UDP
  2885. RemotePort=53
  2886. Direction=OutboundStream
  2887.  
  2888. Name=WinFTP Activity
  2889. Protocol=TCP
  2890. RemotePort=21
  2891. Direction=OutboundStream
  2892.  
  2893. Name=WinFTP DATA Activity
  2894. Protocol=TCP
  2895. RemotePort=20
  2896. Direction=InboundStream
  2897.  
  2898. [FAR Manager]
  2899. App=far.exe
  2900. Name=DNS Service
  2901. Protocol=UDP
  2902. RemotePort=53
  2903. Direction=OutboundStream
  2904.  
  2905. Name=FAR Manager FTP Activity
  2906. Protocol=TCP
  2907. RemotePort=21
  2908. Direction=OutboundStream
  2909.  
  2910. Name=FAR Manager FTP DATA Activity
  2911. Protocol=TCP
  2912. RemotePort=20
  2913. Direction=InboundStream
  2914.  
  2915. [Total Commander]
  2916. App=totalcmd.exe
  2917. Name=DNS Service
  2918. Protocol=UDP
  2919. RemotePort=53
  2920. Direction=OutboundStream
  2921.  
  2922. Name=Total Commander FTP Activity
  2923. Protocol=TCP
  2924. RemotePort=21
  2925. Direction=OutboundStream
  2926.  
  2927. Name=Total Commander FTP DATA Activity
  2928. Protocol=TCP
  2929. RemotePort=20
  2930. Direction=InboundStream
  2931.  
  2932. [Windows Commander]
  2933. App=wincmd32.exe
  2934. Name=DNS Service
  2935. Protocol=UDP
  2936. RemotePort=53
  2937. Direction=OutboundStream
  2938.  
  2939. Name=Windows Commander FTP Activity
  2940. Protocol=TCP
  2941. RemotePort=21
  2942. Direction=OutboundStream
  2943.  
  2944. Name=Windows Commander FTP DATA Activity
  2945. Protocol=TCP
  2946. RemotePort=20
  2947. Direction=InboundStream
  2948.  
  2949. ;Telnet
  2950.  
  2951. [SecureCRT]
  2952. App=securecrt.exe
  2953. Name=DNS Service
  2954. Protocol=UDP
  2955. RemotePort=53
  2956. Direction=OutboundStream
  2957.  
  2958. Name=SecureCRT Activity
  2959. Protocol=TCP
  2960. RemotePort=22
  2961. Direction=OutboundStream
  2962.  
  2963. [AlphaCom Terminal Emulator]
  2964. App=alpha.exe
  2965. Name=DNS Service
  2966. Protocol=UDP
  2967. RemotePort=53
  2968. Direction=OutboundStream
  2969.  
  2970. Name=AlphaCom Telnet Activity
  2971. Protocol=TCP
  2972. RemotePort=23
  2973. Direction=OutboundStream
  2974.  
  2975. [Anzio]
  2976. App=anzio32r.exe
  2977. Name=DNS Service
  2978. Protocol=UDP
  2979. RemotePort=53
  2980. Direction=OutboundStream
  2981.  
  2982. Name=Anzio Telnet Activity
  2983. Protocol=TCP
  2984. RemotePort=23
  2985. Direction=OutboundStream
  2986.  
  2987. Name=Anzio Rlogin Activity
  2988. Protocol=TCP
  2989. RemotePort=513
  2990. Direction=OutboundStream
  2991.  
  2992. [Com]
  2993. App=com75.exe
  2994. Name=DNS Service
  2995. Protocol=UDP
  2996. RemotePort=53
  2997. Direction=OutboundStream
  2998.  
  2999. Name=Com Telnet Activity
  3000. Protocol=TCP
  3001. RemotePort=23
  3002. Direction=OutboundStream
  3003.  
  3004. Name=Com Inbound Telnet Activity
  3005. Protocol=TCP
  3006. LocalPort=23
  3007. Direction=InboundStream
  3008.  
  3009. Name=Com FTP Activity
  3010. Protocol=TCP
  3011. RemotePort=21
  3012. Direction=OutboundStream
  3013.  
  3014. Name=Com FTP DATA Activity
  3015. Protocol=TCP
  3016. RemotePort=20
  3017. Direction=InboundStream
  3018.  
  3019. [Emu]
  3020. App=emu.exe
  3021. Name=DNS Service
  3022. Protocol=UDP
  3023. RemotePort=53
  3024. Direction=OutboundStream
  3025.  
  3026. Name=Emu Telnet Activity
  3027. Protocol=TCP
  3028. RemotePort=23
  3029. Direction=OutboundStream
  3030.  
  3031. [IVT]
  3032. App=ivt.exe
  3033. Name=DNS Service
  3034. Protocol=UDP
  3035. RemotePort=53
  3036. Direction=OutboundStream
  3037.  
  3038. Name=IVT Telnet Activity
  3039. Protocol=TCP
  3040. RemotePort=23
  3041. Direction=OutboundStream
  3042.  
  3043. [KoalaTerm]
  3044. App=mkt.exe
  3045. Name=DNS Service
  3046. Protocol=UDP
  3047. RemotePort=53
  3048. Direction=OutboundStream
  3049.  
  3050. Name=KoalaTerm Telnet Activity
  3051. Protocol=TCP
  3052. RemotePort=23
  3053. Direction=OutboundStream
  3054.  
  3055. Name=KoalaTerm Echo Activity
  3056. Protocol=TCP
  3057. RemotePort=7
  3058. Direction=OutboundStream
  3059.  
  3060. [Mocha]
  3061. App=mtn5250.exe
  3062. Name=DNS Service
  3063. Protocol=UDP
  3064. RemotePort=53
  3065. Direction=OutboundStream
  3066.  
  3067. Name=Mocha Telnet Activity
  3068. Protocol=TCP
  3069. RemotePort=23
  3070. Direction=OutboundStream
  3071.  
  3072. [NetTerm]
  3073. App=netterm.exe
  3074. Name=DNS Service
  3075. Protocol=UDP
  3076. RemotePort=53
  3077. Direction=OutboundStream
  3078.  
  3079. Name=NetTerm Telnet Activity
  3080. Protocol=TCP
  3081. RemotePort=23
  3082. Direction=OutboundStream
  3083.  
  3084. [Nexus Mainframe Terminal]
  3085. App=nmt.exe
  3086. Name=DNS Service
  3087. Protocol=UDP
  3088. RemotePort=53
  3089. Direction=OutboundStream
  3090.  
  3091. Name=Nexus Mainframe Terminal Telnet Activity
  3092. Protocol=TCP
  3093. RemotePort=23
  3094. Direction=OutboundStream
  3095.  
  3096. [Putty]
  3097. App=nmt.exe
  3098. Name=DNS Service
  3099. Protocol=UDP
  3100. RemotePort=53
  3101. Direction=OutboundStream
  3102.  
  3103. Name=Putty Telnet Activity
  3104. Protocol=TCP
  3105. RemotePort=23
  3106. Direction=OutboundStream
  3107.  
  3108. [Quick3270]
  3109. App=quick3270.exe
  3110. Name=DNS Service
  3111. Protocol=UDP
  3112. RemotePort=53
  3113. Direction=OutboundStream
  3114.  
  3115. Name=Quick3270 Telnet Activity
  3116. Protocol=TCP
  3117. RemotePort=23
  3118. Direction=OutboundStream
  3119.  
  3120. [ShellTelnet]
  3121. App=shellnet.exe
  3122. Name=DNS Service
  3123. Protocol=UDP
  3124. RemotePort=53
  3125. Direction=OutboundStream
  3126.  
  3127. Name=ShellTelnet Telnet Activity
  3128. Protocol=TCP
  3129. RemotePort=23
  3130. Direction=OutboundStream
  3131.  
  3132. [TelStar]
  3133. App=telstar.exe
  3134. Name=DNS Service
  3135. Protocol=UDP
  3136. RemotePort=53
  3137. Direction=OutboundStream
  3138.  
  3139. Name=TelStar Telnet Activity
  3140. Protocol=TCP
  3141. RemotePort=23
  3142. Direction=OutboundStream
  3143.  
  3144. [Telnet Streamer]
  3145. App=xns.exe, tns.exe
  3146. Name=DNS Service
  3147. Protocol=UDP
  3148. RemotePort=53
  3149. Direction=OutboundStream
  3150.  
  3151. Name=Telnet Streamer Activity
  3152. Protocol=TCP
  3153. RemotePort=23
  3154. Direction=OutboundStream
  3155.  
  3156. [Tera Term Pro]
  3157. App=ttermpro.exe
  3158. Name=DNS Service
  3159. Protocol=UDP
  3160. RemotePort=53
  3161. Direction=OutboundStream
  3162.  
  3163. Name=Tera Term Pro Activity
  3164. Protocol=TCP
  3165. RemotePort=22, 23
  3166. Direction=OutboundStream
  3167.  
  3168. [TN3270]
  3169. App=tn3270.exe
  3170. Name=DNS Service
  3171. Protocol=UDP
  3172. RemotePort=53
  3173. Direction=OutboundStream
  3174.  
  3175. Name=TN3270 Telnet Activity
  3176. Protocol=TCP
  3177. RemotePort=23
  3178. Direction=OutboundStream
  3179.  
  3180. [Windows Telnet Client]
  3181. App=telnet.exe
  3182. Name=DNS Service
  3183. Protocol=UDP
  3184. RemotePort=53
  3185. Direction=OutboundStream
  3186.  
  3187. Name=Windows Telnet Client Activity
  3188. Protocol=TCP
  3189. RemotePort=23
  3190. Direction=OutboundStream
  3191.  
  3192. Name=Windows Telnet Client RLOGIN Activity
  3193. Protocol=TCP
  3194. RemotePort=513
  3195. Direction=OutboundStream
  3196.  
  3197. ;Communications
  3198.  
  3199. [AOL Instant Messenger]
  3200. App=aim.exe
  3201. Name=DNS Service
  3202. Protocol=UDP
  3203. RemotePort=53
  3204. Direction=OutboundStream
  3205.  
  3206. Name=AOL Instant Messenger Activity
  3207. Protocol=TCP
  3208. RemotePort=5190
  3209. Direction=OutboundStream
  3210.  
  3211. Name=AOL Instant Messenger HTTP Activity
  3212. Protocol=TCP
  3213. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3214. Direction=OutboundStream
  3215.  
  3216. [Boomerang SST]
  3217. App=shuttle.exe
  3218. Name=DNS Service
  3219. Protocol=UDP
  3220. RemotePort=53
  3221. Direction=OutboundStream
  3222.  
  3223. Name=Boomerang SST Activity
  3224. Protocol=TCP
  3225. RemoteAddress=216.129.147.*
  3226. Direction=OutboundStream
  3227.  
  3228. [Dwyco CDC32]
  3229. App=cdc32.exe
  3230. Name=DNS Service
  3231. Protocol=UDP
  3232. RemotePort=53
  3233. Direction=OutboundStream
  3234.  
  3235. Name=Dwyco CDC32 Server Activity
  3236. Protocol=TCP
  3237. RemotePort=6700-6703
  3238. Direction=OutboundStream
  3239.  
  3240. Name=Dwyco CDC32 Direct Activity
  3241. Protocol=TCP
  3242. RemotePort=6780
  3243. Direction=OutboundStream
  3244.  
  3245. Name=Dwyco CDC32 File Transfer
  3246. Protocol=TCP
  3247. RemotePort=1024-5000
  3248. Direction=OutboundStream
  3249.  
  3250. Name=Dwyco CDC32 Real-Time Audio And Video
  3251. Protocol=UDP
  3252. RemotePort=10096, 12000-16090
  3253.  
  3254. Name=Dwyco CDC32 Link Test
  3255. Protocol=TCP
  3256. RemotePort=0
  3257. Direction=OutboundStream
  3258.  
  3259. [ICQ]
  3260. App=icq.exe, icqlite.exe
  3261. Name=DNS Service
  3262. Protocol=UDP
  3263. RemotePort=53
  3264. Direction=OutboundStream
  3265.  
  3266. Name=ICQ Server Activity
  3267. Protocol=UDP
  3268. RemotePort=4000
  3269.  
  3270. Name=ICQ Client Outbound UDP Activity
  3271. Protocol=UDP
  3272. RemotePort=5140, 5150
  3273. Direction=Outbound
  3274.  
  3275. Name=ICQ Client Inbound TCP Activity
  3276. Protocol=TCP
  3277. RemotePort=1024-65535
  3278. Direction=InboundStream
  3279.  
  3280. Name=ICQ Client Outbound TCP Activity
  3281. Protocol=TCP
  3282. RemotePort=1024-65535
  3283. Direction=OutboundStream
  3284.  
  3285. Name=ICQ Client Send Mail
  3286. Protocol=TCP
  3287. RemotePort=25
  3288. Direction=OutboundStream
  3289.  
  3290. Name=ICQ Client Receive Mail
  3291. Protocol=TCP
  3292. RemotePort=110, 995
  3293. Direction=OutboundStream
  3294.  
  3295. Name=ICQ Client HTTP Activity
  3296. Protocol=TCP
  3297. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3298. Direction=OutboundStream
  3299.  
  3300. [Miranda IM]
  3301. App=miranda32.exe
  3302. Name=DNS Service
  3303. Protocol=UDP
  3304. RemotePort=53
  3305. Direction=OutboundStream
  3306.  
  3307. Name=Miranda IRC AUTH Activity
  3308. Protocol=TCP
  3309. RemotePort=113
  3310. Direction=InboundStream
  3311.  
  3312. Name=Miranda IRC Activity
  3313. Protocol=TCP
  3314. RemotePort=6667-7000
  3315. Direction=OutboundStream
  3316.  
  3317. Name=Miranda MSN Activity
  3318. Protocol=TCP
  3319. RemotePort=1863
  3320. Direction=OutboundStream
  3321.  
  3322. Name=Miranda Yahoo Activity
  3323. Protocol=TCP
  3324. RemotePort=5050
  3325. Direction=OutboundStream
  3326.  
  3327. Name=Miranda Jabber Activity
  3328. Protocol=TCP
  3329. RemotePort=5222
  3330. Direction=OutboundStream
  3331.  
  3332. Name=Miranda HTTP Activity
  3333. Protocol=TCP
  3334. RemotePort=80-83, 443, 1080, 3128, 5190, 8000, 8080, 8088, 11523
  3335. Direction=OutboundStream
  3336.  
  3337. [MSN Messenger]
  3338. App=msmsgs.exe, msnmsgr.exe
  3339. Name=DNS Service
  3340. Protocol=UDP
  3341. RemotePort=53
  3342. Direction=OutboundStream
  3343.  
  3344. Name=MSN Messenger Activity
  3345. Protocol=TCP
  3346. RemotePort=1863
  3347. Direction=OutboundStream
  3348.  
  3349. Name=MSN Messenger Voice Communications
  3350. Protocol=TCP
  3351. LocalPort=6901
  3352. Direction=OutboundStream
  3353.  
  3354. Name=MSN Messenger Voice Communications
  3355. Protocol=UDP
  3356. RemotePort=6901, 7001
  3357.  
  3358. Name=MSN Messenger File Transfer
  3359. Protocol=TCP
  3360. RemotePort=6891-6900
  3361. Direction=OutboundStream
  3362.  
  3363. Name=MSN Messenger Remote Assistance
  3364. Protocol=TCP
  3365. RemotePort=3389
  3366. Direction=OutboundStream
  3367.  
  3368. Name=MSN Messenger Application Sharing And Whiteboard
  3369. Protocol=TCP
  3370. RemotePort=1503
  3371. Direction=OutboundStream
  3372.  
  3373. Name=MSN Messenger RTP Activity
  3374. Protocol=UDP
  3375. LocalPort=5004-65535
  3376.  
  3377. Name=MSN Messenger Main Activity Via Proxy
  3378. Protocol=TCP
  3379. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3380. Direction=OutboundStream
  3381.  
  3382. [Odigo]
  3383. App=odigo.exe
  3384. Name=DNS Service
  3385. Protocol=UDP
  3386. RemotePort=53
  3387. Direction=OutboundStream
  3388.  
  3389. Name=Odigo Activity
  3390. Protocol=TCP
  3391. RemotePort=80-83, 443, 1080, 2562, 3128, 8000, 8080, 8088, 11523
  3392. Direction=OutboundStream
  3393.  
  3394. [Eyeball Chat]
  3395. App=eyeballchat.exe
  3396. Name=DNS Service
  3397. Protocol=UDP
  3398. RemotePort=53
  3399. Direction=OutboundStream
  3400.  
  3401. Name=Eyeball Chat TCP Activity
  3402. Protocol=TCP
  3403. RemotePort=5500, 5501, 5515
  3404. Direction=OutboundStream
  3405.  
  3406. Name=Eyeball Chat UDP Activity
  3407. Protocol=UDP
  3408. RemotePort=5700-5702
  3409.  
  3410. [Trillian]
  3411. App=trillian.exe
  3412. Name=DNS Service
  3413. Protocol=UDP
  3414. RemotePort=53
  3415. Direction=OutboundStream
  3416.  
  3417. Name=Trillian IRC AUTH Activity
  3418. Protocol=TCP
  3419. RemotePort=113
  3420. Direction=InboundStream
  3421.  
  3422. Name=Trillian IRC Activity
  3423. Protocol=TCP
  3424. RemotePort=6667-7000
  3425. Direction=OutboundStream
  3426.  
  3427. Name=Trillian MSN Activity
  3428. Protocol=TCP
  3429. RemotePort=1863
  3430. Direction=OutboundStream
  3431.  
  3432. Name=Trillian Yahoo Activity
  3433. Protocol=TCP
  3434. RemotePort=5050
  3435. Direction=OutboundStream
  3436.  
  3437. Name=Trillian Activity
  3438. Protocol=TCP
  3439. RemotePort=80-83, 443, 1080, 3128, 5190, 8000, 8080, 8088, 11523
  3440. Direction=OutboundStream
  3441.  
  3442. [mIRC]
  3443. App=mirc32.exe, mirc.exe
  3444. Name=DNS Service
  3445. Protocol=UDP
  3446. RemotePort=53
  3447. Direction=OutboundStream
  3448.  
  3449. Name=mIRC Activity
  3450. Protocol=TCP
  3451. RemotePort=6660-6670
  3452. Direction=OutboundStream
  3453.  
  3454. Name=mIRC AUTH Activity
  3455. Protocol=TCP
  3456. LocalPort=113
  3457. Direction=InboundStream
  3458.  
  3459. [Microsoft NetMeeting]
  3460. App=conf.exe
  3461. Name=DNS Service
  3462. Protocol=UDP
  3463. RemotePort=53
  3464. Direction=OutboundStream
  3465.  
  3466. Name=Microsoft NetMeeting Conference
  3467. Protocol=TCP
  3468. RemotePort=1000-2999
  3469. Direction=OutboundStream
  3470.  
  3471. Name=Microsoft NetMeeting Conference
  3472. Protocol=UDP
  3473. RemotePort=49600-49700
  3474.  
  3475. Name=Microsoft NetMeeting LDAP Activity
  3476. Protocol=TCP
  3477. RemotePort=389, 3268
  3478. Direction=OutboundStream
  3479.  
  3480. Name=Microsoft NetMeeting HTTP Activity
  3481. Protocol=TCP
  3482. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3483. Direction=OutboundStream
  3484.  
  3485. [Microsoft Chat]
  3486. App=cchat.exe
  3487. Name=DNS Service
  3488. Protocol=UDP
  3489. RemotePort=53
  3490. Direction=OutboundStream
  3491.  
  3492. Name=Microsoft Chat Activity
  3493. Protocol=TCP
  3494. RemotePort=6667
  3495. Direction=OutboundStream
  3496.  
  3497. Name=Microsoft Chat AUTH Activity
  3498. Protocol=TCP
  3499. RemotePort=113
  3500. Direction=InboundStream
  3501.  
  3502. [SMSTation]
  3503. App=smstation.exe
  3504. Name=DNS Service
  3505. Protocol=UDP
  3506. RemotePort=53
  3507. Direction=OutboundStream
  3508.  
  3509. Name=SMSTation Activity
  3510. Protocol=TCP
  3511. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3512. Direction=OutboundStream
  3513.  
  3514. [Yahoo! Messenger]
  3515. App=ypager.exe
  3516. Name=DNS Service
  3517. Protocol=UDP
  3518. RemotePort=53
  3519. Direction=OutboundStream
  3520.  
  3521. Name=Yahoo! Messenger HTTP Activity
  3522. Protocol=TCP
  3523. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3524. Direction=OutboundStream
  3525.  
  3526. Name=Yahoo! Messenger Send Mail
  3527. Protocol=TCP
  3528. RemotePort=25, 465
  3529. Direction=OutboundStream
  3530.  
  3531. Name=Yahoo! Messenger Login
  3532. Protocol=TCP
  3533. RemotePort=23, 5050
  3534. Direction=OutboundStream
  3535.  
  3536. Name=Yahoo! Messenger Conference TCP Activity
  3537. Protocol=TCP
  3538. RemotePort=5000, 5001
  3539. Direction=OutboundStream
  3540.  
  3541. Name=Yahoo! Messenger Conference UDP Activity
  3542. Protocol=UDP
  3543. LocalPort=5000
  3544.  
  3545. Name=Yahoo! Messenger Call Center
  3546. Protocol=UDP
  3547. RemotePort=6801
  3548.  
  3549. Name=Yahoo! Messenger Call Center
  3550. Protocol=UDP
  3551. LocalPort=5000, 5055
  3552.  
  3553. Name=Yahoo! Messenger Call Center
  3554. Protocol=TCP
  3555. RemotePort=7800-7825
  3556. Direction=OutboundStream
  3557.  
  3558. Name=Yahoo! Messenger WebCam
  3559. Protocol=TCP
  3560. RemotePort=5100
  3561. Direction=OutboundStream
  3562.  
  3563. [Yahoo! AutoUpdater]
  3564. App=yupdater.exe
  3565. Name=DNS Service
  3566. Protocol=UDP
  3567. RemotePort=53
  3568. Direction=OutboundStream
  3569.  
  3570. Name=Yahoo! Messenger AutoUpdater
  3571. Protocol=TCP
  3572. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3573. Direction=OutboundStream
  3574.  
  3575. [Quiet Internet Pager]
  3576. App=qip.exe
  3577. Name=DNS Service
  3578. Protocol=UDP
  3579. RemotePort=53
  3580. Direction=OutboundStream
  3581.  
  3582. Name=QIP HTTP Activity
  3583. Protocol=TCP
  3584. RemotePort=80-83, 443, 1080, 3128, 5190, 8000, 8080, 8088, 11523
  3585. Direction=OutboundStream
  3586.  
  3587. [Skype]
  3588. App=Skype.exe
  3589. Name=DNS Service
  3590. Protocol=UDP
  3591. RemotePort=53
  3592. Direction=OutboundStream
  3593.  
  3594. Name=Skype HTTP Activity
  3595. Protocol=TCP
  3596. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3597. Direction=OutboundStream
  3598.  
  3599. Name=Skype Voice UDP Activity
  3600. Protocol=UDP
  3601. RemotePort=1024-65535
  3602. Direction=InboundOutbound
  3603.  
  3604. Name=Skype Voice TCP Activity
  3605. Protocol=TCP
  3606. RemotePort=1024-65535
  3607. Direction=InboundOutbound
  3608.  
  3609. [Simple Instant Messenger]
  3610. App=sim.exe
  3611. Name=DNS Service
  3612. Protocol=UDP
  3613. RemotePort=53
  3614. Direction=OutboundStream
  3615.  
  3616. Name=SIM MSN Activity
  3617. Protocol=TCP
  3618. RemotePort=1863
  3619. Direction=OutboundStream
  3620.  
  3621. Name=SIM Yahoo Activity
  3622. Protocol=TCP
  3623. RemotePort=5050
  3624. Direction=OutboundStream
  3625.  
  3626. Name=SIM Jabber Activity
  3627. Protocol=TCP
  3628. RemotePort=5222
  3629. Direction=OutboundStream
  3630.  
  3631. Name=SIM HTTP Activity
  3632. Protocol=TCP
  3633. RemotePort=80-83, 443, 1080, 3128, 5190, 8000, 8080, 8088, 11523
  3634. Direction=OutboundStream
  3635.  
  3636. ;Antiviral
  3637.  
  3638. [Dr. Web Update]
  3639. App=drwebupw.exe
  3640. Name=DNS Service
  3641. Protocol=UDP
  3642. RemotePort=53
  3643. Direction=OutboundStream
  3644.  
  3645. Name=Dr. Web Update
  3646. Protocol=TCP
  3647. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3648. Direction=OutboundStream
  3649.  
  3650. [SpIDer Mail]
  3651. App=spiderml.exe
  3652. Name=DNS Service
  3653. Protocol=UDP
  3654. RemotePort=53
  3655. Direction=OutboundStream
  3656.  
  3657. Name=SpIDer Mail Activity
  3658. Protocol=TCP
  3659. RemotePort=110, 995 
  3660. Direction=OutboundStream
  3661.  
  3662. [NOD32 AntiVirus Control Centre]
  3663. App=nod32cc.exe
  3664. Name=DNS Service
  3665. Protocol=UDP
  3666. RemotePort=53
  3667. Direction=OutboundStream
  3668.  
  3669. Name=NOD32 Update
  3670. Protocol=TCP
  3671. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3672. Direction=OutboundStream
  3673.  
  3674. [NOD32 AntiVirus EMail Scanner]
  3675. App=pop3scan.exe
  3676. Name=DNS Service
  3677. Protocol=UDP
  3678. RemotePort=53
  3679. Direction=OutboundStream
  3680.  
  3681. Name=Scan Inbound Mail For Viruses
  3682. Protocol=TCP
  3683. RemotePort=110, 995
  3684. Direction=OutboundStream
  3685.  
  3686. [Symantec Common Client Application]
  3687. App=ccapp.exe
  3688. Name=DNS Service
  3689. Protocol=UDP
  3690. RemotePort=53
  3691. Direction=OutboundStream
  3692.  
  3693. Name=Scan Inbound Mail For Viruses
  3694. Protocol=TCP
  3695. RemotePort=25, 110, 143, 465, 993, 995
  3696. Direction=OutboundStream
  3697.  
  3698. [Symantec LiveUpdate]
  3699. App=lucomserver.exe
  3700. Name=DNS Service
  3701. Protocol=UDP
  3702. RemotePort=53
  3703. Direction=OutboundStream
  3704.  
  3705. Name=Symantec LiveUpdate HTTP
  3706. Protocol=TCP
  3707. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3708. Direction=OutboundStream
  3709.  
  3710. Name=Symantec LiveUpdate FTP
  3711. Protocol=TCP
  3712. RemotePort=21
  3713. Direction=OutboundStream
  3714.  
  3715. Name=Symantec LiveUpdate FTP DATA Activity
  3716. Protocol=TCP
  3717. RemotePort=20
  3718. Direction=InboundStream
  3719.  
  3720. [KAV Updater]
  3721. App=avpupd.exe, kavsvc.exe
  3722. Name=DNS Service
  3723. Protocol=UDP
  3724. RemotePort=53
  3725. Direction=OutboundStream
  3726.  
  3727. Name=KAV Updater HTTP Activity
  3728. Protocol=TCP
  3729. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3730. Direction=OutboundStream
  3731.  
  3732. Name=KAV Updater FTP Activity
  3733. Protocol=TCP
  3734. RemotePort=21
  3735. Direction=OutboundStream
  3736.  
  3737. Name=KAV Updater FTP DATA Activity
  3738. Protocol=TCP
  3739. RemotePort=20
  3740. Direction=InboundStream
  3741.  
  3742. [McAfee Update]
  3743. App=mupdate.exe
  3744. Name=DNS Service
  3745. Protocol=UDP
  3746. RemotePort=53
  3747. Direction=OutboundStream
  3748.  
  3749. Name=McAfee Update
  3750. Protocol=TCP
  3751. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3752. Direction=OutboundStream
  3753.  
  3754. [BitDefender Update]
  3755. App=bdmcon.exe
  3756. Name=DNS Service
  3757. Protocol=UDP
  3758. RemotePort=53
  3759. Direction=OutboundStream
  3760.  
  3761. Name=BitDefender Update HTTP Activity
  3762. Protocol=TCP
  3763. Direction=OutboundStream
  3764. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3765.  
  3766. [SpywareBlaster AutoUpdate]
  3767. App=spywareblaster.exe
  3768. Name=DNS Service
  3769. Protocol=UDP
  3770. RemotePort=53
  3771. Direction=OutboundStream
  3772.  
  3773. Name=SpywareBlaster AutoUpdate Activity
  3774. Protocol=TCP
  3775. Direction=OutboundStream
  3776. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3777.  
  3778. [AntiSpywareMain]
  3779. App=GIANTAntiSpywareMain.exe
  3780. Name=DNS Service
  3781. Protocol=UDP
  3782. RemotePort=53
  3783. Direction=OutboundStream
  3784.  
  3785. Name=Microsoft AntiSpyware Main HTTP Activity
  3786. Protocol=TCP
  3787. Direction=OutboundStream
  3788. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3789.  
  3790. [AntiSpyware Data Service]
  3791. App=gcasDtServ.exe
  3792. Name=DNS Service
  3793. Protocol=UDP
  3794. RemotePort=53
  3795. Direction=OutboundStream
  3796.  
  3797. Name=Microsoft AntiSpyware Data Service HTTP Activity
  3798. Protocol=TCP
  3799. Direction=OutboundStream
  3800. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3801.  
  3802. [AntiSpyware Updater]
  3803. App=GIANTAntiSpywareUpdater.exe
  3804. Name=DNS Service
  3805. Protocol=UDP
  3806. RemotePort=53
  3807. Direction=OutboundStream
  3808.  
  3809. Name=Microsoft AntiSpyware Updater HTTP Activity
  3810. Protocol=TCP
  3811. Direction=OutboundStream
  3812. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3813.  
  3814. [AntiSpyware Service User Interface]
  3815. App=gcasServAlert.exe
  3816. Name=DNS Service
  3817. Protocol=UDP
  3818. RemotePort=53
  3819. Direction=OutboundStream
  3820.  
  3821. Name=Microsoft AntiSpyware Service User Interface HTTP Activity
  3822. Protocol=TCP
  3823. Direction=OutboundStream
  3824. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3825.  
  3826. [Ad-Aware SE]
  3827. App=Ad-Aware.exe
  3828. Name=DNS Service
  3829. Protocol=UDP
  3830. RemotePort=53
  3831. Direction=OutboundStream
  3832.  
  3833. Name=Ad-Aware SE Update HTTP Activity
  3834. Protocol=TCP
  3835. Direction=OutboundStream
  3836. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3837.  
  3838. [Spybot - Search&Destroy]
  3839. App=SpybotSD.exe
  3840. Name=DNS Service
  3841. Protocol=UDP
  3842. RemotePort=53
  3843. Direction=OutboundStream
  3844.  
  3845. Name=Spybot - Search & Destroy HTTP Activity
  3846. Protocol=TCP
  3847. Direction=OutboundStream
  3848. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3849.  
  3850. [HiJackThis]
  3851. App=hijackthis.exe
  3852. Name=DNS Service
  3853. Protocol=UDP
  3854. RemotePort=53
  3855. Direction=OutboundStream
  3856.  
  3857. Name=HiJackThis Update HTTP Activity
  3858. Protocol=TCP
  3859. Direction=OutboundStream
  3860. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3861.  
  3862. [MooSoft Trojan Scanner And Cleaner]
  3863. App=cleaner.exe
  3864. Name=DNS Service
  3865. Protocol=UDP
  3866. RemotePort=53
  3867. Direction=OutboundStream
  3868.  
  3869. Name=MooSoft Trojan Scanner And Cleaner FTP Activity
  3870. Protocol=TCP
  3871. Direction=OutboundStream
  3872. RemotePort=21
  3873.  
  3874. Name=MooSoft Trojan Scanner And Cleaner FTP DATA Activity
  3875. Protocol=TCP
  3876. Direction=InboundStream
  3877. RemotePort=20
  3878.  
  3879. [MooSoft Live Update]
  3880. App=moolive.exe
  3881. Name=DNS Service
  3882. Protocol=UDP
  3883. RemotePort=53
  3884. Direction=OutboundStream
  3885.  
  3886. Name=MooSoft Live Update HTTP Activity
  3887. Protocol=TCP
  3888. Direction=OutboundStream
  3889. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3890.  
  3891. ;Net Utilites
  3892.  
  3893. [NetLab]
  3894. App=netlab.exe
  3895. Name=DNS Service
  3896. Protocol=UDP
  3897. RemotePort=53
  3898. Direction=OutboundStream
  3899.  
  3900. Name=Get Time NetLab Activity
  3901. Protocol=TCP
  3902. RemotePort=37
  3903. Direction=OutboundStream
  3904.  
  3905. Name=NetLab WhoIs Activity
  3906. Protocol=TCP
  3907. RemotePort=43
  3908. Direction=OutboundStream
  3909.  
  3910. Name=NetLab Quote Activity
  3911. Protocol=TCP
  3912. RemotePort=17
  3913. Direction=OutboundStream
  3914.  
  3915. Name=NetLab Finger Activity
  3916. Protocol=TCP
  3917. RemotePort=79
  3918. Direction=OutboundStream
  3919.  
  3920. [SmartWhois]
  3921. App=sw3.exe, sw.exe
  3922. Name=DNS Service
  3923. Protocol=UDP
  3924. RemotePort=53
  3925. Direction=OutboundStream
  3926.  
  3927. Name=SmartWhoIs Activity
  3928. Protocol=TCP
  3929. RemotePort=43
  3930. Direction=OutboundStream
  3931.  
  3932. [NeoTrace]
  3933. App=neotrace.exe
  3934. Name=DNS Service
  3935. Protocol=UDP
  3936. RemotePort=53
  3937. Direction=OutboundStream
  3938.  
  3939. Name=Neotrace HTTP
  3940. Protocol=TCP
  3941. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3942. Direction=OutboundStream
  3943.  
  3944. Name=Neotrace WhoIs
  3945. Protocol=TCP
  3946. RemotePort=43
  3947. Direction=OutboundStream
  3948.  
  3949. [VisualRoute] 
  3950. App=visualroute.exe
  3951. Name=DNS Service
  3952. Protocol=UDP
  3953. RemotePort=53
  3954. Direction=OutboundStream
  3955.  
  3956. Name=VisualRoute HTTP Activity
  3957. Protocol=TCP
  3958. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3959. Direction=OutboundStream
  3960.  
  3961. Name=VisualRoute WhoIs Activity
  3962. Protocol=TCP 
  3963. RemotePort=43 
  3964. Direction=OutboundStream 
  3965.  
  3966. [DiamondCS Port Explorer]
  3967. App=PORTEXPLORER.EXE
  3968. Name=DNS Service
  3969. Protocol=UDP
  3970. RemotePort=53
  3971. Direction=OutboundStream
  3972.  
  3973. Name=DiamondCS Port Explorer NICNAME/WHOIS Activity
  3974. Protocol=TCP
  3975. Direction=OutboundStream
  3976. RemotePort=43
  3977.  
  3978. Name=DiamondCS Port Explorer Update Activity
  3979. Protocol=TCP
  3980. Direction=OutboundStream
  3981. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  3982.  
  3983. [Ping utility]
  3984. App=ping.exe
  3985. Name=DNS Service
  3986. Protocol=UDP
  3987. RemotePort=53
  3988. Direction=OutboundStream
  3989.  
  3990. [Tracert utility]
  3991. App=tracert.exe
  3992. Name=DNS Service
  3993. Protocol=UDP
  3994. RemotePort=53
  3995. Direction=OutboundStream
  3996.  
  3997. [NSLookup utility]
  3998. App=nslookup.exe
  3999. Name=DNS Service
  4000. Protocol=UDP
  4001. RemotePort=53
  4002. Direction=OutboundStream
  4003.  
  4004. [Finger utility]
  4005. App=finger.exe
  4006. Name=DNS Service
  4007. Protocol=UDP
  4008. RemotePort=53
  4009. Direction=OutboundStream
  4010.  
  4011. Name=Finger TCP Activity
  4012. Protocol=TCP
  4013. Direction=OutboundStream
  4014. RemotePort=79
  4015.  
  4016. [Rcp utility]
  4017. App=rcp.exe
  4018. Name=DNS Service
  4019. Protocol=UDP
  4020. RemotePort=53
  4021. Direction=OutboundStream
  4022.  
  4023. Name=Rcp TCP Activity
  4024. Protocol=TCP
  4025. Direction=OutboundStream
  4026. RemotePort=514
  4027.  
  4028. [Remote Process Execution utility]
  4029. App=rexec.exe
  4030. Name=DNS Service
  4031. Protocol=UDP
  4032. RemotePort=53
  4033. Direction=OutboundStream
  4034.  
  4035. Name=Remote Process Execution TCP Activity
  4036. Protocol=TCP
  4037. Direction=OutboundStream
  4038. RemotePort=512
  4039.  
  4040. [Lpq utility]
  4041. App=lpq.exe
  4042. Name=DNS Service
  4043. Protocol=UDP
  4044. RemotePort=53
  4045. Direction=OutboundStream
  4046.  
  4047. Name=Lpq TCP Activity
  4048. Protocol=TCP
  4049. Direction=OutboundStream
  4050. RemotePort=515
  4051.  
  4052. [Rsh utility]
  4053. App=rsh.exe
  4054. Name=DNS Service
  4055. Protocol=UDP
  4056. RemotePort=53
  4057. Direction=OutboundStream
  4058.  
  4059. Name=Rsh TCP Activity
  4060. Protocol=TCP
  4061. Direction=OutboundStream
  4062. RemotePort=514
  4063.  
  4064. [Lpr utility]
  4065. App=lpr.exe
  4066. Name=DNS Service
  4067. Protocol=UDP
  4068. RemotePort=53
  4069. Direction=OutboundStream
  4070.  
  4071. Name=Lpr TCP Activity
  4072. Protocol=TCP
  4073. Direction=OutboundStream
  4074. RemotePort=515
  4075.  
  4076. [Tftp utility]
  4077. App=tftp.exe
  4078. Name=DNS Service
  4079. Protocol=UDP
  4080. RemotePort=53
  4081. Direction=OutboundStream
  4082.  
  4083. Name=Tftp UDP Activity
  4084. Protocol=UDP
  4085. Direction=OutboundStream
  4086. RemotePort=69
  4087.  
  4088. ;Time Synchronizers
  4089.  
  4090. [Chameleon Clock]
  4091. App=chamclock.exe
  4092. Name=DNS Service
  4093. Protocol=UDP
  4094. RemotePort=53
  4095. Direction=OutboundStream
  4096.  
  4097. Name=Chameleon Clock Time Activity
  4098. Protocol=UDP
  4099. RemotePort=123
  4100.  
  4101. [Advanced System Agent]
  4102. App=asa_ext.exe
  4103. Name=DNS Service
  4104. Protocol=UDP
  4105. RemotePort=53
  4106. Direction=OutboundStream
  4107.  
  4108. Name=Advanced System Agent Time Activity
  4109. Protocol=UDP
  4110. RemotePort=123
  4111.  
  4112. [12Ghosts Synchronize]
  4113. App=12sync.exe
  4114. Name=DNS Service
  4115. Protocol=UDP
  4116. RemotePort=53
  4117. Direction=OutboundStream
  4118.  
  4119. Name=12Ghosts Synchronize SNTP Activity
  4120. Protocol=UDP
  4121. RemotePort=123
  4122.  
  4123. Name=12Ghosts Synchronize Time Activity
  4124. Protocol=UDP
  4125. RemotePort=37
  4126.  
  4127. Name=12Ghosts Synchronize Time Activity
  4128. Protocol=TCP
  4129. RemotePort=37
  4130. Direction=OutboundStream
  4131.  
  4132. [1st Atomic Time]
  4133. App=1stat.exe
  4134. Name=DNS Service
  4135. Protocol=UDP
  4136. RemotePort=53
  4137. Direction=OutboundStream
  4138.  
  4139. Name=1st Atomic Time SNTP Activity
  4140. Protocol=UDP
  4141. RemotePort=123
  4142.  
  4143. Name=1st Atomic Time Daytime Activity
  4144. Protocol=TCP
  4145. RemotePort=13
  4146. Direction=OutboundStream
  4147.  
  4148. [Absolute Time Corrector]
  4149. App=atc.exe
  4150. Name=DNS Service
  4151. Protocol=UDP
  4152. RemotePort=53
  4153. Direction=OutboundStream
  4154.  
  4155. Name=Absolute Time Corrector Activity
  4156. Protocol=TCP
  4157. RemotePort=37
  4158. Direction=OutboundStream
  4159.  
  4160. [AceClock Pro]
  4161. App=aceclock.exe
  4162. Name=DNS Service
  4163. Protocol=UDP
  4164. RemotePort=53
  4165. Direction=OutboundStream
  4166.  
  4167. Name=AceClock Pro SNTP Activity
  4168. Protocol=UDP
  4169. RemotePort=123
  4170.  
  4171. Name=AceClock Pro Time Activity
  4172. Protocol=TCP
  4173. RemotePort=37
  4174. Direction=OutboundStream
  4175.  
  4176. [Atom Timer]
  4177. App=atomt.exe
  4178. Name=DNS Service
  4179. Protocol=UDP
  4180. RemotePort=53
  4181. Direction=OutboundStream
  4182.  
  4183. Name=Atom Timer Daytime Activity
  4184. Protocol=TCP
  4185. RemotePort=13
  4186. Direction=OutboundStream
  4187.  
  4188. [AtomSync]
  4189. App=atomuhr.exe
  4190. Name=DNS Service
  4191. Protocol=UDP
  4192. RemotePort=53
  4193. Direction=OutboundStream
  4194.  
  4195. Name=AtomSync SNTP Activity
  4196. Protocol=UDP
  4197. RemotePort=123
  4198.  
  4199. [Attache Transparent Clock]
  4200. App=attacheclock.exe, configtool.exe
  4201. Name=DNS Service
  4202. Protocol=UDP
  4203. RemotePort=53
  4204. Direction=OutboundStream
  4205.  
  4206. Name=Attache Clock SNTP Activity
  4207. Protocol=UDP
  4208. RemotePort=123
  4209.  
  4210. [Desktop Atomic Clock]
  4211. App=dac.exe
  4212. Name=DNS Service
  4213. Protocol=UDP
  4214. RemotePort=53
  4215. Direction=OutboundStream
  4216.  
  4217. Name=Desktop Atomic Clock Daytime Activity
  4218. Protocol=TCP
  4219. RemotePort=13
  4220. Direction=OutboundStream
  4221.  
  4222. [DS Clock]
  4223. App=dsclock.exe
  4224. Name=DNS Service
  4225. Protocol=UDP
  4226. RemotePort=53
  4227. Direction=OutboundStream
  4228.  
  4229. Name=DS Clock SNTP Activity
  4230. Protocol=UDP
  4231. RemotePort=123
  4232.  
  4233. [Easy Time]
  4234. App=easytime.exe
  4235. Name=DNS Service
  4236. Protocol=UDP
  4237. RemotePort=53
  4238. Direction=OutboundStream
  4239.  
  4240. Name=Easy Time SNTP Activity
  4241. Protocol=UDP
  4242. RemotePort=123
  4243.  
  4244. [EZTimeSync]
  4245. App=eztimesync.exe
  4246. Name=DNS Service
  4247. Protocol=UDP
  4248. RemotePort=53
  4249. Direction=OutboundStream
  4250.  
  4251. Name=EZTimeSync Activity
  4252. Protocol=TCP
  4253. RemotePort=37
  4254. Direction=OutboundStream
  4255.  
  4256. [Dimension 4]
  4257. App=d4.exe
  4258. Name=DNS Service
  4259. Protocol=UDP
  4260. RemotePort=53
  4261. Direction=OutboundStream
  4262.  
  4263. Name=Dimension 4 SNTP Activity
  4264. Protocol=UDP
  4265. RemotePort=123
  4266.  
  4267. Name=Dimension 4 Time Activity
  4268. Protocol=TCP
  4269. RemotePort=37
  4270. Direction=OutboundStream
  4271.  
  4272. Name=Dimension 4 Time Activity
  4273. Protocol=UDP
  4274. RemotePort=37
  4275.  
  4276. [NMEATime]
  4277. App=nmeatime.exe
  4278. Name=DNS Service
  4279. Protocol=UDP
  4280. RemotePort=53
  4281. Direction=OutboundStream
  4282.  
  4283. Name=NMEATime Daytime Activity
  4284. Protocol=TCP
  4285. RemotePort=13
  4286. Direction=OutboundStream
  4287.  
  4288. Name=NMEATime SNTP Activity
  4289. Protocol=UDP
  4290. RemotePort=123
  4291.  
  4292. [SolidSync]
  4293. App=solidsync.exe
  4294. Name=DNS Service
  4295. Protocol=UDP
  4296. RemotePort=53
  4297. Direction=OutboundStream
  4298.  
  4299. Name=SolidSync Time Activity
  4300. Protocol=TCP
  4301. RemotePort=37
  4302. Direction=OutboundStream
  4303.  
  4304. [Tardis]
  4305. App=tardis.exe
  4306. Name=DNS Service
  4307. Protocol=UDP
  4308. RemotePort=53
  4309. Direction=OutboundStream
  4310.  
  4311. Name=Tardis SNTP Activity
  4312. Protocol=UDP
  4313. RemotePort=123
  4314.  
  4315. Name=Tardis Time Activity
  4316. Protocol=UDP
  4317. RemotePort=37
  4318.  
  4319. Name=Tardis Time Activity
  4320. Protocol=TCP
  4321. RemotePort=37
  4322. Direction=OutboundStream
  4323.  
  4324. Name=Tardis Daytime Activity
  4325. Protocol=TCP
  4326. RemotePort=13
  4327. Direction=OutboundStream
  4328.  
  4329. Name=Tardis HTTP Activity
  4330. Protocol=TCP
  4331. RemotePort=80
  4332. Direction=OutboundStream
  4333.  
  4334. [Tech-Pro World Clock]
  4335. App=worldclock.exe
  4336. Name=DNS Service
  4337. Protocol=UDP
  4338. RemotePort=53
  4339. Direction=OutboundStream
  4340.  
  4341. Name=Tech-Pro World Clock Activity
  4342. Protocol=TCP
  4343. RemotePort=37
  4344. Direction=OutboundStream
  4345.  
  4346. [TimeSync]
  4347. App=timesync.exe
  4348. Name=DNS Service
  4349. Protocol=UDP
  4350. RemotePort=53
  4351. Direction=OutboundStream
  4352.  
  4353. Name=TimeSync Time Activity
  4354. Protocol=TCP
  4355. RemotePort=37
  4356. Direction=OutboundStream
  4357.  
  4358. [Time Sync Pro]
  4359. App=timesync.exe
  4360. Name=DNS Service
  4361. Protocol=UDP
  4362. RemotePort=53
  4363. Direction=OutboundStream
  4364.  
  4365. Name=Time Sync Pro SNTP Activity
  4366. Protocol=UDP
  4367. RemotePort=123
  4368.  
  4369. [TSync]
  4370. App=tsync.exe
  4371. Name=DNS Service
  4372. Protocol=UDP
  4373. RemotePort=53
  4374. Direction=OutboundStream
  4375.  
  4376. Name=TSync Time Activity
  4377. Protocol=TCP
  4378. RemotePort=37
  4379. Direction=OutboundStream
  4380.  
  4381. [WebTime]
  4382. App=webtime.exe
  4383. Name=DNS Service
  4384. Protocol=UDP
  4385. RemotePort=53
  4386. Direction=OutboundStream
  4387.  
  4388. Name=WebTime Time Activity
  4389. Protocol=TCP
  4390. RemotePort=37
  4391. Direction=OutboundStream
  4392.  
  4393. [YATS32]
  4394. App=yats32.exe
  4395. Name=DNS Service
  4396. Protocol=UDP
  4397. RemotePort=53
  4398. Direction=OutboundStream
  4399.  
  4400. Name=YATS32 SNTP Activity
  4401. Protocol=UDP
  4402. RemotePort=123
  4403.  
  4404. ;Multimedia
  4405.  
  4406. [Ashampoo Media Player+]
  4407. App=ampplus.exe
  4408. Name=DNS Service
  4409. Protocol=UDP
  4410. RemotePort=53
  4411. Direction=OutboundStream
  4412.  
  4413. Name=Ashampoo Media Player+ Info Channel
  4414. Protocol=TCP
  4415. RemoteAddress=195.125.111.109
  4416. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4417. Direction=OutboundStream
  4418.  
  4419. [DivX Player]
  4420. App=DivX Player 2.0 Alpha.exe
  4421. Name=DNS Service
  4422. Protocol=UDP
  4423. RemotePort=53
  4424. Direction=OutboundStream
  4425.  
  4426. Name=DivX Player HTTP Activity
  4427. Protocol=TCP
  4428. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4429. Direction=OutboundStream
  4430.  
  4431. [MusicMatch Jukebox]
  4432. App=mmjb.exe
  4433. Name=DNS Service
  4434. Protocol=UDP
  4435. RemotePort=53
  4436. Direction=OutboundStream
  4437.  
  4438. Name=MusicMatch Jukebox HTTP Activity
  4439. Protocol=TCP
  4440. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4441. Direction=OutboundStream
  4442.  
  4443. [MusicMatch Jukebox Update]
  4444. App=mmupdatemgr.exe
  4445. Name=DNS Service
  4446. Protocol=UDP
  4447. RemotePort=53
  4448. Direction=OutboundStream
  4449.  
  4450. Name=MusicMatch Jukebox Update HTTP Activity
  4451. Protocol=TCP
  4452. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4453. Direction=OutboundStream
  4454.  
  4455. [Sonique]
  4456. App=sqstart.exe, Sonique.exe
  4457. Name=DNS Service
  4458. Protocol=UDP
  4459. RemotePort=53
  4460. Direction=OutboundStream
  4461.  
  4462. Name=Sonique HTTP Activity
  4463. Protocol=TCP
  4464. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4465. Direction=OutboundStream
  4466.  
  4467. [WinAmp]
  4468. App=winamp.exe, studio.exe
  4469. Name=DNS Service
  4470. Protocol=UDP
  4471. RemotePort=53
  4472. Direction=OutboundStream
  4473.  
  4474. Name=WinAmp Activity
  4475. Protocol=TCP
  4476. RemotePort=8000-8900
  4477. Direction=OutboundStream
  4478.  
  4479. Name=WinAmp MiniBrowser Activity
  4480. Protocol=TCP
  4481. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4482. Direction=OutboundStream
  4483.  
  4484. [Windows Media Player]
  4485. App=mplayer2.exe, wmplayer.exe
  4486. Name=DNS Service
  4487. Protocol=UDP
  4488. RemotePort=53
  4489. Direction=OutboundStream
  4490.  
  4491. Name=Windows Media Player HTTP Activity
  4492. Protocol=TCP
  4493. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4494. Direction=OutboundStream
  4495.  
  4496. Name=Windows Media Player Activity
  4497. Protocol=TCP
  4498. RemotePort=1755, 8000, 8001
  4499. Direction=OutboundStream
  4500.  
  4501. [CDex]
  4502. App=cdex.exe
  4503. Name=DNS Service
  4504. Protocol=UDP
  4505. RemotePort=53
  4506. Direction=OutboundStream
  4507.  
  4508. Name=CDex HTTP Activity
  4509. Protocol=TCP
  4510. RemotePort=80-83, 443, 888, 1080, 3128, 8080, 8088, 11523
  4511. Direction=OutboundStream
  4512.  
  4513. [QuickTime]
  4514. App=quicktimeplayer.exe
  4515. Name=DNS Service
  4516. Protocol=UDP
  4517. RemotePort=53
  4518. Direction=OutboundStream
  4519.  
  4520. Name=QuickTime Player Activity
  4521. Protocol=TCP
  4522. RemotePort=554
  4523. Direction=OutboundStream
  4524.  
  4525. Name=QuickTime Player Activity
  4526. Protocol=UDP
  4527. RemotePort=2001
  4528.  
  4529. Name=QuickTime Player HTTP Activity
  4530. Protocol=TCP
  4531. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4532. Direction=OutboundStream
  4533.  
  4534. [RealPlayer]
  4535. App=realplay.exe
  4536. Name=DNS Service
  4537. Protocol=UDP
  4538. RemotePort=53
  4539. Direction=OutboundStream
  4540.  
  4541. Name=RealPlayer Activity
  4542. Protocol=TCP
  4543. RemotePort=554, 7070, 7071
  4544. Direction=OutboundStream
  4545.  
  4546. Name=RealPlayer HTTP Activity
  4547. Protocol=TCP
  4548. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4549. Direction=OutboundStream
  4550.  
  4551. Name=RealPlayer Inbound UDP Activity
  4552. Protocol=UDP
  4553. LocalPort=6770-32000
  4554.  
  4555. Name=RealPlayer Outbound UDP Activity
  4556. Protocol=UDP
  4557. RemotePort=6770-32000
  4558.  
  4559. [RealNetworks Event Launcher]
  4560. App=realevent.exe
  4561. Name=DNS Service
  4562. Protocol=UDP
  4563. RemotePort=53
  4564. Direction=OutboundStream
  4565.  
  4566. Name=RealNetworks Event Launcher HTTP Activity
  4567. Protocol=TCP
  4568. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4569. Direction=OutboundStream
  4570.  
  4571. [Nero 6 Updater]
  4572. App=NeroStartSmart.exe
  4573. Name=DNS Service
  4574. Protocol=UDP
  4575. RemotePort=53
  4576. Direction=OutboundStream
  4577.  
  4578. Name=Nero 6 Updater HTTP Activity
  4579. Protocol=TCP
  4580. Direction=OutboundStream
  4581. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4582.  
  4583. [jetCast streaming server]
  4584. App=JCSERVER.EXE
  4585. Name=DNS Service
  4586. Protocol=UDP
  4587. RemotePort=53
  4588. Direction=OutboundStream
  4589.  
  4590. Name=jetCast Server MediaStream Activity
  4591. Protocol=TCP
  4592. Direction=InboundStream
  4593. LocalPort=9000, 9001
  4594.  
  4595. [jetAudio]
  4596. App=JETAUDIO.EXE
  4597. Name=DNS Service
  4598. Protocol=UDP
  4599. RemotePort=53
  4600. Direction=OutboundStream
  4601.  
  4602. Name=JetAudio HTTP Activity
  4603. Protocol=TCP
  4604. Direction=OutboundStream
  4605. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 9000, 9001, 11523
  4606.  
  4607. [jetCast]
  4608. App=JETCAST.EXE
  4609. Name=DNS Service
  4610. Protocol=UDP
  4611. RemotePort=53
  4612. Direction=OutboundStream
  4613.  
  4614. Name=jetCast HTTP Activity
  4615. Protocol=TCP
  4616. Direction=OutboundStream
  4617. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 9000, 9001, 11523
  4618.  
  4619. [jetChat]
  4620. App=JETCHAT.exe
  4621. Name=DNS Service
  4622. Protocol=UDP
  4623. RemotePort=53
  4624. Direction=OutboundStream
  4625.  
  4626. Name=jetChat Outbound Chatting Activity
  4627. Protocol=TCP
  4628. Direction=OutboundStream
  4629. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 9010, 11523
  4630.  
  4631. Name=jetChat Inbound Chatting Activity
  4632. Protocol=TCP
  4633. Direction=InboundStream
  4634. LocalPort=9010
  4635.  
  4636. [jetAudio TrueUpdate 2.0 Client]
  4637. App=JETUPDATE.EXE
  4638. Name=DNS Service
  4639. Protocol=UDP
  4640. RemotePort=53
  4641. Direction=OutboundStream
  4642.  
  4643. Name=JetAudio Update HTTP Activity
  4644. Protocol=TCP
  4645. Direction=OutboundStream
  4646. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4647.  
  4648. ;Internet Search
  4649.  
  4650. [Copernic]
  4651. App=copernicsvr.exe, copernic.exe
  4652. Name=DNS Service
  4653. Protocol=UDP
  4654. RemotePort=53
  4655. Direction=OutboundStream
  4656.  
  4657. Name=Copernic Search Activity
  4658. Protocol=TCP
  4659. RemotePort=80
  4660. Direction=OutboundStream
  4661.  
  4662. ;P2P
  4663.  
  4664. [eMule Default]
  4665. App=emule.exe
  4666. Name=DNS Service
  4667. Protocol=UDP
  4668. RemotePort=53
  4669. Direction=OutboundStream
  4670.  
  4671. Name=eMule Client To Client Source Exchange
  4672. Protocol=TCP
  4673. LocalPort=4662
  4674. Direction=InboundStream
  4675.  
  4676. Name=eMule Client To Client Source Exchange
  4677. Protocol=TCP
  4678. RemotePort=4662
  4679. Direction=OutboundStream
  4680.  
  4681. Name=eMule Queue Rating, File Reask Ping
  4682. Protocol=UDP
  4683. LocalPort=4672
  4684.  
  4685. Name=eMule Queue Rating, File Reask Ping
  4686. Protocol=UDP
  4687. RemotePort=4672
  4688.  
  4689. Name=eMule Activity To Server
  4690. Protocol=TCP
  4691. RemotePort=4661
  4692. Direction=OutboundStream
  4693.  
  4694. Name=eMule Source Asking On Servers
  4695. Protocol=UDP
  4696. RemotePort=4665
  4697.  
  4698. Name=eMule Webserver
  4699. Protocol=TCP
  4700. LocalPort=4711
  4701. Direction=InboundStream
  4702.  
  4703. Name=eMule HTTP Activity
  4704. Protocol=TCP
  4705. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4706. Direction=OutboundStream
  4707.  
  4708. [iMesh]
  4709. App=imeshclient.exe
  4710. Name=DNS Service
  4711. Protocol=UDP
  4712. RemotePort=53
  4713. Direction=OutboundStream
  4714.  
  4715. Name=iMesh Activity
  4716. Protocol=TCP
  4717. RemotePort=4000-5000
  4718. Direction=OutboundStream
  4719.  
  4720. Name=iMesh HTTP Activity
  4721. Protocol=TCP
  4722. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4723. Direction=OutboundStream
  4724.  
  4725. [KaZaA Media Desktop]
  4726. App=kazaa.exe
  4727. Name=DNS Service
  4728. Protocol=UDP
  4729. RemotePort=53
  4730. Direction=OutboundStream
  4731.  
  4732. Name=KaZaA Media Desktop Outbound Activity
  4733. Protocol=TCP
  4734. RemotePort=1214
  4735. Direction=OutboundStream
  4736.  
  4737. Name=KaZaA Media Desktop Inbound Activity
  4738. Protocol=TCP
  4739. LocalPort=1214
  4740. Direction=InboundStream
  4741.  
  4742. Name=KaZaA Media Desktop HTTP Activity
  4743. Protocol=TCP
  4744. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4745. Direction=OutboundStream
  4746.  
  4747. [Morpheus]
  4748. App=morpheus.exe, morpheusp.exe
  4749. Name=DNS Service
  4750. Protocol=UDP
  4751. RemotePort=53
  4752. Direction=OutboundStream
  4753.  
  4754. Name=Morpheus Outbound Activity
  4755. Protocol=TCP
  4756. RemotePort=1214
  4757. Direction=OutboundStream
  4758.  
  4759. Name=Morpheus Inbound Activity
  4760. Protocol=TCP
  4761. LocalPort=1214
  4762. Direction=InboundStream
  4763.  
  4764. Name=Morpheus HTTP Activity
  4765. Protocol=TCP
  4766. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4767. Direction=OutboundStream
  4768.  
  4769. [WinMX]
  4770. App=winmx.exe
  4771. Name=DNS Service
  4772. Protocol=UDP
  4773. RemotePort=53
  4774. Direction=OutboundStream
  4775.  
  4776. Name=WinMX Server Activity
  4777. Protocol=TCP
  4778. RemotePort=5690, 6257, 6699, 7729-7735, 7940-7952
  4779. Direction=OutboundStream
  4780.  
  4781. Name=WinMX Inbound UDP Activity
  4782. Protocol=UDP
  4783. RemotePort=6257
  4784.  
  4785. Name=WinMX Inbound TCP Activity
  4786. Protocol=TCP
  4787. LocalPort=6699
  4788. Direction=InboundStream
  4789.  
  4790. Name=WinMX HTTP Activity
  4791. Protocol=TCP
  4792. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4793. Direction=OutboundStream
  4794.  
  4795. [Direct Connect]
  4796. App=direct connect.exe
  4797. Name=DNS Service
  4798. Protocol=UDP
  4799. RemotePort=53
  4800. Direction=OutboundStream
  4801.  
  4802. Name=Direct Connect Outbound Activity
  4803. Protocol=TCP
  4804. RemotePort=411
  4805. Direction=OutboundStream
  4806.  
  4807. Name=Direct Connect Inbound Activity
  4808. Protocol=TCP
  4809. LocalPort=412
  4810. Direction=InboundStream
  4811.  
  4812. Name=Direct Connect HTTP Activity
  4813. Protocol=TCP
  4814. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4815. Direction=OutboundStream
  4816.  
  4817. [AudioGalaxy]
  4818. App=agsatellite.exe
  4819. Name=DNS Service
  4820. Protocol=UDP
  4821. RemotePort=53
  4822. Direction=OutboundStream
  4823.  
  4824. Name=AudioGalaxy Outbound Activity
  4825. Protocol=TCP
  4826. RemotePort=21, 1117-5190, 41000 - 50000
  4827. Direction=OutboundStream
  4828.  
  4829. Name=AudioGalaxy Inbound Activity
  4830. Protocol=TCP
  4831. LocalPort=21, 1117-5190, 41000 - 50000
  4832. Direction=InboundStream
  4833.  
  4834. [BearShare] 
  4835. App=bearshare.exe, bearsharepro.exe
  4836. Name=DNS Service
  4837. Protocol=UDP
  4838. RemotePort=53
  4839. Direction=OutboundStream
  4840.  
  4841. Name=BearShare HTTP Activity
  4842. Protocol=TCP
  4843. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4844. Direction=OutboundStream
  4845.  
  4846. Name=BearShare Outbound Activity
  4847. Protocol=TCP
  4848. RemotePort=6346-6349
  4849. Direction=OutboundStream
  4850.  
  4851. Name=BearShare Inbound Activity
  4852. Protocol=TCP
  4853. LocalPort=6346
  4854. Direction=InboundStream
  4855.  
  4856. [Gnotella] 
  4857. App=gnotella.exe
  4858. Name=DNS Service
  4859. Protocol=UDP
  4860. RemotePort=53
  4861. Direction=OutboundStream
  4862.  
  4863. Name=Gnotella HTTP Activity
  4864. Protocol=TCP
  4865. RemotePort=80, 3128, 8080, 8088
  4866. Direction=OutboundStream
  4867.  
  4868. Name=Gnotella Outbound Activity
  4869. Protocol=TCP
  4870. RemotePort=6346-6352
  4871. Direction=OutboundStream
  4872.  
  4873. Name=Gnotella Inbound Activity
  4874. Protocol=TCP
  4875. LocalPort=6346
  4876. Direction=InboundStream
  4877.  
  4878. [Soulseek] 
  4879. App=slsk.exe
  4880. Name=DNS Service
  4881. Protocol=UDP
  4882. RemotePort=53
  4883. Direction=OutboundStream
  4884.  
  4885. Name=Soulseek HTTP Activity
  4886. Protocol=TCP
  4887. RemotePort=80, 3128, 8080, 8088
  4888. Direction=OutboundStream
  4889.  
  4890. Name=Soulseek HTTPS Activity
  4891. Protocol=TCP
  4892. RemotePort=443
  4893. Direction=OutboundStream
  4894.  
  4895. Name=Soulseek Activity
  4896. Protocol=TCP
  4897. RemotePort=2234-2240, 5534, 6997
  4898. Direction=OutboundStream
  4899.  
  4900. Name=Soulseek Inbound Activity
  4901. Protocol=TCP
  4902. RemotePort=2234
  4903. Direction=InboundStream
  4904.  
  4905. [Blubster] 
  4906. App=blubster.exe
  4907. Name=DNS Service
  4908. Protocol=UDP
  4909. RemotePort=53
  4910. Direction=OutboundStream
  4911.  
  4912. Name=Blubster HTTP Activity
  4913. Protocol=TCP
  4914. RemotePort=80, 3128, 8080, 8088
  4915. Direction=OutboundStream
  4916.  
  4917. Name=Blubster Outbound Activity
  4918. Protocol=UDP
  4919. RemotePort=41170
  4920.  
  4921. Name=Blubster Inbound Activity
  4922. Protocol=UDP
  4923. LocalPort=41170
  4924.  
  4925. ;Storage
  4926.  
  4927. [Storage]
  4928. App=idriveproxy.exe
  4929. Name=DNS Service
  4930. Protocol=UDP
  4931. RemotePort=53
  4932. Direction=OutboundStream
  4933.  
  4934. Name=I-drive Storage Server
  4935. Protocol=TCP
  4936. RemotePort=443
  4937. Direction=OutboundStream
  4938.  
  4939. ;Microsoft
  4940.  
  4941. [Microsoft Excel]
  4942. App=excel.exe
  4943. Name=DNS Service
  4944. Protocol=UDP
  4945. RemotePort=53
  4946. Direction=OutboundStream
  4947.  
  4948. Name=Microsoft Excel HTTP
  4949. Protocol=TCP
  4950. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4951. Direction=OutboundStream
  4952.  
  4953. Name=Microsoft Excel FTP
  4954. Protocol=TCP
  4955. RemotePort=21
  4956. Direction=OutboundStream
  4957.  
  4958. Name=Microsoft Excel FTP DATA Activity
  4959. Protocol=TCP
  4960. RemotePort=20
  4961. Direction=InboundStream
  4962.  
  4963. Name=Microsoft Excel Mail
  4964. Protocol=TCP
  4965. RemotePort=25, 110
  4966. Direction=OutboundStream
  4967.  
  4968. Name=Microsoft Excel LDAP
  4969. Protocol=TCP
  4970. RemotePort=389, 3268
  4971. Direction=OutboundStream
  4972.  
  4973. Name=Microsoft Excel MSSQL
  4974. Protocol=TCP
  4975. RemotePort=1433, 1434
  4976. Direction=OutboundStream
  4977.  
  4978. [Microsoft Word]
  4979. App=winword.exe
  4980. Name=DNS Service
  4981. Protocol=UDP
  4982. RemotePort=53
  4983. Direction=OutboundStream
  4984.  
  4985. Name=Microsoft Word HTTP
  4986. Protocol=TCP
  4987. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  4988. Direction=OutboundStream
  4989.  
  4990. Name=Microsoft Word FTP
  4991. Protocol=TCP
  4992. RemotePort=21
  4993. Direction=OutboundStream
  4994.  
  4995. Name=Microsoft Word FTP DATA Activity
  4996. Protocol=TCP
  4997. RemotePort=20
  4998. Direction=InboundStream
  4999.  
  5000. Name=Microsoft Word Mail
  5001. Protocol=TCP
  5002. RemotePort=25, 110
  5003. Direction=OutboundStream
  5004.  
  5005. Name=Microsoft Word LDAP
  5006. Protocol=TCP
  5007. RemotePort=389, 3268
  5008. Direction=OutboundStream
  5009.  
  5010. [Microsoft Access]
  5011. App=msaccess.exe
  5012. Name=DNS Service
  5013. Protocol=UDP
  5014. RemotePort=53
  5015. Direction=OutboundStream
  5016.  
  5017. Name=Microsoft Access HTTP
  5018. Protocol=TCP
  5019. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5020. Direction=OutboundStream
  5021.  
  5022. Name=Microsoft Access FTP
  5023. Protocol=TCP
  5024. RemotePort=21
  5025. Direction=OutboundStream
  5026.  
  5027. Name=Microsoft Access FTP DATA Activity
  5028. Protocol=TCP
  5029. RemotePort=20
  5030. Direction=InboundStream
  5031.  
  5032. Name=Microsoft Access Mail
  5033. Protocol=TCP
  5034. RemotePort=25, 110
  5035. Direction=OutboundStream
  5036.  
  5037. Name=Microsoft Access LDAP
  5038. Protocol=TCP
  5039. RemotePort=389, 3268
  5040. Direction=OutboundStream
  5041.  
  5042. ;Word Processing
  5043.  
  5044. [Adobe Acrobat]
  5045. App=acrobat.exe
  5046. Name=DNS Service
  5047. Protocol=UDP
  5048. RemotePort=53
  5049. Direction=OutboundStream
  5050.  
  5051. Name=Update Adobe Acrobat
  5052. Protocol=TCP
  5053. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5054. Direction=OutboundStream
  5055.  
  5056. [Adobe Acrobat Reader]
  5057. App=acrord32.exe
  5058. Name=DNS Service
  5059. Protocol=UDP
  5060. RemotePort=53
  5061. Direction=OutboundStream
  5062.  
  5063. Name=Update Adobe Acrobat Reader
  5064. Protocol=TCP
  5065. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5066. Direction=OutboundStream
  5067.  
  5068. [EditPad Pro]
  5069. App=editpadpro.exe
  5070. Name=DNS Service
  5071. Protocol=UDP
  5072. RemotePort=53
  5073. Direction=OutboundStream
  5074.  
  5075. Name=Send Mail By EditPad Pro
  5076. Protocol=TCP
  5077. RemotePort=25
  5078. Direction=OutboundStream
  5079.  
  5080. Name=Download/Update EPP Syntax Colour Schemes
  5081. Protocol=TCP
  5082. RemotePort=80
  5083. RemoteAddress=216.92.230.239
  5084. Direction=OutboundStream
  5085.  
  5086. [Babylon]
  5087. App=babylon.exe
  5088. Name=DNS Service
  5089. Protocol=UDP
  5090. RemotePort=53
  5091. Direction=OutboundStream
  5092.  
  5093. Name=Babylon HTTP Activity
  5094. Protocol=TCP
  5095. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5096. Direction=OutboundStream
  5097.  
  5098. ;Encryption
  5099.  
  5100. [ECM SignCode]
  5101. App=signcode.exe
  5102. Name=DNS Service
  5103. Protocol=UDP
  5104. RemotePort=53
  5105. Direction=OutboundStream
  5106.  
  5107. Name=ECM SignCode HTTP Activity
  5108. Protocol=TCP
  5109. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5110. Direction=OutboundStream
  5111.  
  5112. [PGP Keys]
  5113. App=pgpkeys.exe
  5114. Name=DNS Service
  5115. Protocol=UDP
  5116. RemotePort=53
  5117. Direction=OutboundStream
  5118.  
  5119. Name=PGP Keys HTTP Activity
  5120. Protocol=TCP
  5121. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5122. Direction=OutboundStream
  5123.  
  5124. Name=PGP Keys Server Activity
  5125. Protocol=TCP
  5126. RemotePort=11370-11371
  5127. Direction=OutboundStream
  5128.  
  5129. Name=PGP Keys LDAP Activity
  5130. Protocol=TCP
  5131. RemotePort=389, 3268
  5132. Direction=OutboundStream
  5133.  
  5134. ;E-Commerce
  5135.  
  5136. [Cyphermint PayCash]
  5137. App=wallet.exe, cyphermintwallet.exe
  5138. Name=DNS Service
  5139. Protocol=UDP
  5140. RemotePort=53
  5141. Direction=OutboundStream
  5142.  
  5143. Name=Cyphermint PayCash Activity
  5144. Protocol=TCP
  5145. RemotePort=8128
  5146. Direction=OutboundStream
  5147.  
  5148. Name=Cyphermint PayCash PROXY Activity
  5149. Protocol=TCP
  5150. RemotePort=3128, 8080
  5151. Direction=OutboundStream
  5152.  
  5153. Name=Cyphermint PayCash Inbound Activity
  5154. Protocol=TCP
  5155. LocalPort=8128
  5156. Direction=InboundStream
  5157.  
  5158. [WebMoney]
  5159. App=webmoney.exe
  5160. Name=DNS Service
  5161. Protocol=UDP
  5162. RemotePort=53
  5163. Direction=OutboundStream
  5164.  
  5165. Name=WebMoney Activity
  5166. Protocol=TCP
  5167. RemotePort=2802
  5168. Direction=OutboundStream
  5169.  
  5170. Name=WebMoney HTTP Activity
  5171. Protocol=TCP
  5172. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5173. Direction=OutboundStream
  5174.  
  5175. ;ARC
  5176.  
  5177. [PowerArchiver]
  5178. App=powerarc.exe
  5179. Name=DNS Service
  5180. Protocol=UDP
  5181. RemotePort=53
  5182. Direction=OutboundStream
  5183.  
  5184. Name=Update PowerArchiver
  5185. Protocol=TCP
  5186. RemoteAddress=140.99.102.66
  5187. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5188. Direction=OutboundStream
  5189.  
  5190. ;Server
  5191.  
  5192. [Pointcast SMTP Server]
  5193. App=pointcastserver.exe
  5194. Name=DNS Service
  5195. Protocol=UDP
  5196. RemotePort=53
  5197. Direction=OutboundStream
  5198.  
  5199. Name=Send Mail By PointCast Server
  5200. Protocol=TCP
  5201. RemotePort=25
  5202. Direction=OutboundStream
  5203.  
  5204. Name=PointCast Server HTTP Activity
  5205. Protocol=TCP
  5206. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5207. Direction=OutboundStream
  5208.  
  5209. [FTP Server]
  5210. App=ftpserve.exe
  5211. Name=DNS Service
  5212. Protocol=UDP
  5213. RemotePort=53
  5214. Direction=OutboundStream
  5215.  
  5216. Name=FTP Server Inbound FTP Activity 
  5217. Protocol=TCP
  5218. LocalPort=21
  5219. Direction=InboundStream
  5220.  
  5221. [Serv-U FTP Server]
  5222. App=servudaemon.exe
  5223. Name=DNS Service
  5224. Protocol=UDP
  5225. RemotePort=53
  5226. Direction=OutboundStream
  5227.  
  5228. Name=Serv-U FTP Server Activity 
  5229. Protocol=TCP
  5230. LocalPort=21
  5231. Direction=InboundStream
  5232.  
  5233. [Cerberus FTP Server]
  5234. App=cerberus.exe
  5235. Name=DNS Service
  5236. Protocol=UDP
  5237. RemotePort=53
  5238. Direction=OutboundStream
  5239.  
  5240. Name=Cerberus FTP Server Activity 
  5241. Protocol=TCP
  5242. LocalPort=21
  5243. Direction=InboundStream
  5244.  
  5245. ;Games
  5246.  
  5247. [Catch the Sperm!]
  5248. App=catchthesperm.exe
  5249. Name=DNS Service
  5250. Protocol=UDP
  5251. RemotePort=53
  5252. Direction=OutboundStream
  5253.  
  5254. Name=Catch The Sperm! HTTP Activity
  5255. Protocol=TCP
  5256. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5257. Direction=OutboundStream
  5258.  
  5259. [Catch the Sperm II]
  5260. App=catchthesperm2.exe
  5261. Name=DNS Service
  5262. Protocol=UDP
  5263. RemotePort=53
  5264. Direction=OutboundStream
  5265.  
  5266. Name=Catch the Sperm! HTTP Activity
  5267. Protocol=TCP
  5268. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5269. Direction=OutboundStream
  5270.  
  5271. [Medal of Honour: Allied Assault]
  5272. App=mohaa.exe
  5273. Name=DNS Service
  5274. Protocol=UDP
  5275. RemotePort=53
  5276. Direction=OutboundStream
  5277.  
  5278. Name=Medal Of Honour Outbound UDP Activity
  5279. Protocol=UDP
  5280. RemotePort=12203, 12206
  5281.  
  5282. Name=Medal Of Honour Inbound UDP Activity
  5283. Protocol=UDP
  5284. RemotePort=12203, 12206
  5285.  
  5286. Name=Medal Of Honour Send 'heartbeat' To Master Server
  5287. Protocol=UDP
  5288. RemotePort=27900
  5289. RemoteAddress=216.177.89.34
  5290.  
  5291. [Championship Manager]
  5292. App=cm0001.exe
  5293. Name=DNS Service
  5294. Protocol=UDP
  5295. RemotePort=53
  5296. Direction=OutboundStream
  5297.  
  5298. Name=Championship Manager TCP Activity
  5299. Protocol=TCP
  5300. RemotePort=6667
  5301. Direction=OutboundStream
  5302.  
  5303. Name=Championship Manager UDP Activity
  5304. Protocol=UDP
  5305. RemotePort=6667
  5306.  
  5307. [Ultima Online]
  5308. App=uo.exe
  5309. Name=DNS Service
  5310. Protocol=UDP
  5311. RemotePort=53
  5312. Direction=OutboundStream
  5313.  
  5314. Name=Ultima Online
  5315. Protocol=TCP
  5316. RemotePort=7785, 9999, 5001-5010, 7775-7777, 8800-8900
  5317. Direction=OutboundStream
  5318.  
  5319. [Quake II]
  5320. App=quake2.exe
  5321. Name=DNS Service
  5322. Protocol=UDP
  5323. RemotePort=53
  5324. Direction=OutboundStream
  5325.  
  5326. Name=Quake II TCP Activity
  5327. Protocol=TCP
  5328. RemotePort=27901
  5329. Direction=OutboundStream
  5330.  
  5331. Name=Quake II UDP Activity
  5332. Protocol=UDP
  5333. RemotePort=27910-27961
  5334.  
  5335. [Quake III]
  5336. App=quake3.exe
  5337. Name=DNS Service
  5338. Protocol=UDP
  5339. RemotePort=53
  5340. Direction=OutboundStream
  5341.  
  5342. Name=Quake III TCP Activity
  5343. Protocol=TCP
  5344. RemotePort=27950-30000
  5345. Direction=OutboundStream
  5346.  
  5347. Name=Quake III UDP Activity
  5348. Protocol=UDP
  5349. RemotePort=1025, 27910-30000
  5350.  
  5351. [Unreal]
  5352. App=unreal.exe
  5353. Name=DNS Service
  5354. Protocol=UDP
  5355. RemotePort=53
  5356. Direction=OutboundStream
  5357.  
  5358. Name=Unreal TCP Activity
  5359. Protocol=TCP
  5360. RemotePort=7777, 8888, 27900
  5361. Direction=OutboundStream
  5362.  
  5363. Name=Unreal UDP Activity
  5364. Protocol=UDP
  5365. RemotePort=7777-7781
  5366.  
  5367. [Delta Force]
  5368. App=df.exe
  5369. Name=DNS Service
  5370. Protocol=UDP
  5371. RemotePort=53
  5372. Direction=OutboundStream
  5373.  
  5374. Name=Delta Force TCP Activity
  5375. Protocol=TCP
  5376. RemotePort=3100-3999
  5377. Direction=OutboundStream
  5378.  
  5379. Name=Delta Force UDP Activity
  5380. Protocol=UDP
  5381. RemotePort=3100-3999, 3568-3569
  5382.  
  5383. [Half-Life]
  5384. App=hl.exe
  5385. Name=DNS Service
  5386. Protocol=UDP
  5387. RemotePort=53
  5388. Direction=OutboundStream
  5389.  
  5390. Name=Half-Life TCP Activity
  5391. Protocol=TCP
  5392. RemotePort=6000-6003, 7001
  5393. Direction=OutboundStream
  5394.  
  5395. Name=Half-Life UDP Activity
  5396. Protocol=UDP
  5397. RemotePort=27000-28000
  5398. Direction=OutboundStream
  5399.  
  5400. Name=Half-Life Server UDP Activity
  5401. Protocol=UDP
  5402. LocalPort=27015
  5403. Direction=InboundStream
  5404.  
  5405. [Game Zone]
  5406. App=zclientm.exe
  5407. Name=DNS Service
  5408. Protocol=UDP
  5409. RemotePort=53
  5410. Direction=OutboundStream
  5411.  
  5412. Name=MSN(tm) Zone TCP Activity
  5413. Enable=0
  5414. Protocol=TCP
  5415. RemotePort=6667, 8000-9000, 9110, 9113, 8995-11000, 28800-29000
  5416. Direction=OutboundStream
  5417.  
  5418. Name=MSN(tm) Zone UDP Activity
  5419. Protocol=UDP
  5420. RemotePort=0, 8000-9000, 9000-9100, 28800-29000
  5421.  
  5422. Name=DirectX And Direct Play Games TCP Activity
  5423. Protocol=TCP
  5424. RemotePort=2300-2400, 47264
  5425. Direction=OutboundStream
  5426.  
  5427. Name=DirectX And Direct Play Games UDP Activity
  5428. Protocol=UDP
  5429. RemotePort=2300-2400
  5430.  
  5431. Name=MSN(tm) Zone HTTP Activity
  5432. Protocol=TCP
  5433. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5434. Direction=OutboundStream
  5435.  
  5436. [Ricochet]
  5437. App=ricochet.exe
  5438. Name=DNS Service
  5439. Protocol=UDP
  5440. RemotePort=53
  5441. Direction=OutboundStream
  5442.  
  5443. Name=Ricochet HTTP Activity
  5444. Protocol=TCP
  5445. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5446. Direction=OutboundStream
  5447.  
  5448. [Counter Strike Source]
  5449. App=hl2.exe, steam.exe
  5450. Name=DNS Service
  5451. Protocol=UDP
  5452. RemotePort=53
  5453. Direction=OutboundStream
  5454.  
  5455. Name=CSS Client Find Friends Activity
  5456. Protocol=UDP
  5457. RemotePort=1200
  5458. Direction=OutboundStream
  5459.  
  5460. Name=CSS Client Get Servers List Activity
  5461. Protocol=UDP
  5462. RemotePort=27011
  5463. Direction=OutboundStream
  5464.  
  5465. Name=CSS Client Get Servers Info Activity
  5466. Protocol=UDP
  5467. RemotePort=27000-28000
  5468. Direction=InboundOutbound
  5469.  
  5470. Name=CSS Client In-Game Activity
  5471. Protocol=UDP
  5472. LocalPort=27005-27020
  5473. RemotePort=27015-27020
  5474. Direction=OutboundStream
  5475.  
  5476. Name=CSS Client Steam Activity
  5477. Protocol=TCP
  5478. RemotePort=27020-27039
  5479. Direction=OutboundStream
  5480.  
  5481. [CSS Dedicated Server]
  5482. App=srcds.exe
  5483. Name=DNS Service
  5484. Protocol=UDP
  5485. RemotePort=53
  5486. Direction=OutboundStream
  5487.  
  5488. Name=CSS Dedicated Server Registration Activity
  5489. Protocol=UDP
  5490. LocalPort=27015-27020
  5491. RemotePort=27011
  5492. Direction=OutboundStream
  5493.  
  5494. Name=CSS Dedicated Server In-Game Activity
  5495. Protocol=UDP
  5496. LocalPort=27015-27020
  5497. Direction=InboundStream
  5498.  
  5499. Name=CSS Dedicated Server Remote Console Activity
  5500. Protocol=TCP
  5501. LocalPort=27015-27020
  5502. Direction=InboundStream
  5503.  
  5504. Name=CSS Dedicated Server Steam Activity
  5505. Protocol=TCP
  5506. RemotePort=27020-27039
  5507. Direction=OutboundStream
  5508.  
  5509. ;Administration
  5510.  
  5511. [Citrix ICA]
  5512. App=pn.exe, wfica32.exe
  5513. Name=DNS Service
  5514. Protocol=UDP
  5515. RemotePort=53
  5516. Direction=OutboundStream
  5517.  
  5518. Name=ICA Server Search
  5519. Protocol=UDP
  5520. RemotePort=1604
  5521.  
  5522. Name=ICA Data Activity
  5523. Protocol=TCP
  5524. RemotePort=1494
  5525. Direction=OutboundStream
  5526.  
  5527. [NetAdmin (MySQL)]
  5528. App=netadmin.exe
  5529. Name=DNS Service
  5530. Protocol=UDP
  5531. RemotePort=53
  5532. Direction=OutboundStream
  5533.  
  5534. Name=NetAdmin MySQL Data Activity
  5535. Protocol=TCP
  5536. Direction=OutboundStream
  5537. RemotePort=3306
  5538.  
  5539. [PCAnywhere Remote Control]
  5540. App=awrem32.exe
  5541. Name=DNS Service
  5542. Protocol=UDP
  5543. RemotePort=53
  5544. Direction=OutboundStream
  5545.  
  5546. Name=PCAnywhere UDP Activity (OUT)
  5547. Protocol=UDP
  5548. RemotePort=5632
  5549. Direction=OutboundStream
  5550.  
  5551. Name=PCAnywhere TCP Activity (OUT)
  5552. Protocol=TCP
  5553. RemotePort=5631
  5554. Direction=OutboundStream
  5555.  
  5556. [PCAnywhere Host]
  5557. App=awhost32.exe
  5558. Name=DNS Service
  5559. Protocol=UDP
  5560. RemotePort=53
  5561. Direction=OutboundStream
  5562.  
  5563. Name=PCAnywhere UDP Activity (IN)
  5564. Protocol=UDP
  5565. LocalPort=5632
  5566.  
  5567. Name=PCAnywhere TCP Activity (IN)
  5568. Protocol=TCP
  5569. Direction=InboundStream
  5570. LocalPort=5631
  5571.  
  5572. [Remote Administrator Client]
  5573. App=radmin.exe
  5574. Name=DNS Service
  5575. Protocol=UDP
  5576. RemotePort=53
  5577. Direction=OutboundStream
  5578.  
  5579. Name=Remote Administrator Client Activity
  5580. Protocol=TCP
  5581. Direction=OutboundStream
  5582. RemotePort=4899
  5583.  
  5584. [Remote Administrator Host]
  5585. App=r_service.exe
  5586. Name=DNS Service
  5587. Protocol=UDP
  5588. RemotePort=53
  5589. Direction=OutboundStream
  5590.  
  5591. Name=Remote Administrator Host Activity
  5592. Protocol=TCP
  5593. LocalPort=4899
  5594. Direction=InboundStream
  5595.  
  5596. [Kaspersky Network Agent]
  5597. App=KLNAGENT.exe
  5598. Name=DNS Service
  5599. Protocol=UDP
  5600. RemotePort=53
  5601. Direction=OutboundStream
  5602.  
  5603. Name=Kaspersky Network Agent UDP Main Activity
  5604. Protocol=UDP
  5605. LocalPort=15000
  5606. Direction=Inbound
  5607.  
  5608. Name=Kaspersky Network Agent TCP Main Activity
  5609. Protocol=TCP
  5610. RemotePort=13000, 14000
  5611. Direction=OutboundStream
  5612.  
  5613. ;Development tools
  5614.  
  5615. [Namo WebEditor 2006]
  5616. App=WEBEDITOR.EXE
  5617. Name=DNS Service
  5618. Protocol=UDP
  5619. RemotePort=53
  5620. Direction=OutboundStream
  5621.  
  5622. Name=Namo WebEditor 2006 HTTP Activity
  5623. Protocol=TCP
  5624. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5625. Direction=OutboundStream
  5626.  
  5627. Name=Namo WebEditor 2006 FTP Activity
  5628. Protocol=TCP
  5629. RemotePort=21
  5630. Direction=OutboundStream
  5631.  
  5632. Name=Namo WebEditor 2006 FTP DATA Activity
  5633. Protocol=TCP
  5634. RemotePort=20
  5635. Direction=InboundStream
  5636.  
  5637. ;Other
  5638.  
  5639. [United Devices]
  5640. App=ud.exe
  5641. Name=DNS Service
  5642. Protocol=UDP
  5643. RemotePort=53
  5644. Direction=OutboundStream
  5645.  
  5646. Name=United Devices HTTP Activity
  5647. Protocol=TCP
  5648. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5649. Direction=OutboundStream
  5650.  
  5651. [MTS Balance]
  5652. App=mtsbalance.exe
  5653. Name=DNS Service
  5654. Protocol=UDP
  5655. RemotePort=53
  5656. Direction=OutboundStream
  5657.  
  5658. Name=MTS Balance HTTPS Activity
  5659. Protocol=TCP
  5660. Direction=OutboundStream
  5661. RemotePort=443
  5662.  
  5663. [Semagic LiveJournal Client]
  5664. App=livejournalu.exe
  5665. Name=DNS Service
  5666. Protocol=UDP
  5667. RemotePort=53
  5668. Direction=OutboundStream
  5669.  
  5670. Name=Semagic LiveJournal Client Activity
  5671. Protocol=TCP
  5672. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5673. Direction=OutboundStream
  5674.  
  5675. [Google Earth]
  5676. App=GoogleEarth.exe
  5677. Name=DNS Service
  5678. Protocol=UDP
  5679. RemotePort=53
  5680. Direction=OutboundStream
  5681.  
  5682. Name=Google Earth HTTP Activity
  5683. Protocol=TCP
  5684. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5685. Direction=OutboundStream
  5686.  
  5687. [SiSoftware Sandra Thin Client]
  5688. App=sandra.exe
  5689. Name=DNS Service
  5690. Protocol=UDP
  5691. RemotePort=53
  5692. Direction=OutboundStream
  5693.  
  5694. Name=SiSoftware Sandra WebUpdate HTTP Activity
  5695. Protocol=TCP
  5696. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5697. Direction=OutboundStream
  5698.  
  5699. Name=SiSoftware Sandra 'Named Pipes' Activity
  5700. Protocol=TCP
  5701. Direction=OutboundStream
  5702. RemotePort=135, 445
  5703.  
  5704. Name=SiSoftware Sandra HTTP Through IIS Activity
  5705. Protocol=TCP
  5706. Direction=OutboundStream
  5707. RemotePort=80
  5708.  
  5709. [SiSoftware Sandra Server]
  5710. App=RpcSandraSrv.exe
  5711. Name=DNS Service
  5712. Protocol=UDP
  5713. RemotePort=53
  5714. Direction=OutboundStream
  5715.  
  5716. Name=SiSoftware Sandra Server Internet Peerage Benchmark HTTP Activity
  5717. Protocol=TCP
  5718. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5719. Direction=OutboundStream
  5720.  
  5721. [Ulead PhotoImpact]
  5722. App=iedit.exe
  5723. Name=DNS Service
  5724. Protocol=UDP
  5725. RemotePort=53
  5726. Direction=OutboundStream
  5727.  
  5728. Name=Ulead PhotoImpact HTTP Activity
  5729. Protocol=TCP
  5730. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5731. Direction=OutboundStream
  5732.  
  5733. [Ulead PhotoImpact Updater]
  5734. App=BatchDL.exe
  5735. Name=DNS Service
  5736. Protocol=UDP
  5737. RemotePort=53
  5738. Direction=OutboundStream
  5739.  
  5740. Name=Ulead PhotoImpact Update HTTP Activity
  5741. Protocol=TCP
  5742. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5743. Direction=OutboundStream
  5744.  
  5745. [Weather Bug - Maxthon Web Browser Plugin]
  5746. App=weatherbug.exe
  5747. Name=DNS Service
  5748. Protocol=UDP
  5749. RemotePort=53
  5750. Direction=OutboundStream
  5751.  
  5752. Name=Weather Bug HTTP Activity
  5753. Protocol=TCP
  5754. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5755. Direction=OutboundStream
  5756.  
  5757. [Punto Switcher Updater]
  5758. App=Update.exe
  5759. Name=DNS Service
  5760. Protocol=UDP
  5761. RemotePort=53
  5762. Direction=OutboundStream
  5763.  
  5764. Name=Punto Switcher Updater HTTP Activity
  5765. Protocol=TCP
  5766. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5767. Direction=OutboundStream
  5768.  
  5769. ;Anti-Spam
  5770.  
  5771. [Bounce Spam Mail]
  5772. App=bsm18.exe
  5773. Name=DNS Service
  5774. Protocol=UDP
  5775. RemotePort=53
  5776. Direction=OutboundStream
  5777.  
  5778. Name=Send Mail By Bounce Spam Mail
  5779. Protocol=TCP
  5780. RemotePort=25
  5781. Direction=OutboundStream
  5782.  
  5783. [SpamPal]
  5784. App=spampal.exe
  5785. Name=DNS Service
  5786. Protocol=UDP
  5787. RemotePort=53
  5788. Direction=OutboundStream
  5789.  
  5790. Name=SpamPal HTTP Activity
  5791. Protocol=TCP
  5792. RemotePort=80-83, 443, 1080, 3128, 8000, 8080, 8088, 11523
  5793. Direction=OutboundStream
  5794.  
  5795. Name=Receive Mail By SpamPal
  5796. Protocol=TCP
  5797. RemotePort=110, 995
  5798. Direction=OutboundStream
  5799.  
  5800. ;NTDomain
  5801.  
  5802. [LSASS.EXE]
  5803. App=lsass.exe
  5804. Name=Local Security Authority Service Kerberos TCP Activity
  5805. Protocol=TCP
  5806. RemotePort=88
  5807. Direction=OutboundStream
  5808.  
  5809. Name=Local Security Authority Service Kerberos UDP Activity
  5810. Protocol=UDP
  5811. RemotePort=88
  5812. Direction=OutboundStream
  5813.  
  5814. Name=Local Security Authority Service LDAP Activity
  5815. Protocol=UDP
  5816. RemotePort=389, 3268
  5817. Direction=OutboundStream
  5818.  
  5819. Name=Local Security Authority Service DNS Activity
  5820. Protocol=UDP
  5821. RemotePort=53
  5822. Direction=OutboundStream
  5823.  
  5824. Name=Local Security Authority Service DCOM dynamic port allocation
  5825. Protocol=TCP
  5826. RemotePort=1025-1040
  5827. Direction=OutboundStream
  5828.  
  5829. Name=Local Security Authority Service DCOM Activity
  5830. Protocol=TCP
  5831. RemotePort=135
  5832. Direction=OutboundStream
  5833.  
  5834. [SERVICES.EXE]
  5835. App=services.exe
  5836. Name=Localhost UDP Activity
  5837. Protocol=UDP
  5838. RemoteAddress=127.0.0.1
  5839. RemotePort=1024-65535
  5840. Direction=OutboundStream
  5841.  
  5842. Name=Services DNS Service Over UDP
  5843. Protocol=UDP
  5844. RemotePort=53
  5845. Direction=OutboundStream
  5846.  
  5847. Name=Services DNS Service Over TCP
  5848. Protocol=TCP
  5849. RemotePort=53
  5850. Direction=OutboundStream
  5851.  
  5852. Name=Services DCOM Activity
  5853. Protocol=TCP
  5854. RemotePort=135
  5855. Direction=OutboundStream
  5856.  
  5857. Name=Services DCOM Dynamic Port Allocation
  5858. Protocol=TCP
  5859. RemotePort=1090-1110
  5860. Direction=OutboundStream
  5861.  
  5862. Name=Services LDAP Activity
  5863. Protocol=UDP
  5864. RemotePort=389, 3268
  5865. Direction=OutboundStream
  5866.  
  5867. [WINLOGON.EXE]
  5868. App=winlogon.exe
  5869. Name=DNS Service
  5870. Protocol=UDP
  5871. RemotePort=53
  5872. Direction=OutboundStream
  5873.  
  5874. Name=Microsoft Winlogon LDAP Activity
  5875. Protocol=TCP
  5876. RemotePort=389, 3268
  5877. Direction=OutboundStream
  5878.  
  5879. [USERINIT.EXE]
  5880. App=userinit.exe
  5881. Name=DNS Service
  5882. Protocol=UDP
  5883. RemotePort=53
  5884. Direction=OutboundStream
  5885.  
  5886. Name=Microsoft Userinit LDAP Activity
  5887. Protocol=TCP
  5888. RemotePort=389, 3268
  5889. Direction=OutboundStream
  5890.  
  5891. Name=Microsoft Userinit DCOM Activity
  5892. Protocol=TCP
  5893. RemotePort=135
  5894. Direction=OutboundStream
  5895.  
  5896. [System]
  5897. App=system
  5898. Name=Allow Any UDP Activity
  5899. Protocol=UDP
  5900.  
  5901. [Cisco VPN Client]
  5902. App=vpngui.exe, cvpnd.exe
  5903. Name=DNS Service
  5904. Protocol=UDP
  5905. RemotePort=53
  5906. Direction=OutboundStream
  5907.  
  5908. Name=Cisco VPN Client Activity
  5909. Protocol=TCP
  5910. RemotePort=62514, 62516
  5911. Direction=OutboundStream
  5912.  
  5913. Name=Cisco VPN Client Activity
  5914. Protocol=UDP
  5915. LocalPort=500
  5916. RemotePort=500
  5917.  
  5918. [Kerio VPN Client]
  5919. App=kvpnclient.exe
  5920. Name=DNS Service
  5921. Protocol=UDP
  5922. RemotePort=53
  5923. Direction=OutboundStream
  5924.  
  5925. Name=Kerio VPN Client UDP Activity
  5926. Protocol=UDP
  5927. LocalPort=4090
  5928. RemotePort=4090
  5929. Direction=OutboundStream
  5930.  
  5931. Name=Kerio VPN Client TCP Activity
  5932. Protocol=TCP
  5933. LocalPort=4090
  5934. RemotePort=4090
  5935. Direction=OutboundStream
  5936.  
  5937. ;Win98
  5938.  
  5939. [Windows Routing Process]
  5940. App=MPREXE.EXE
  5941. Name=Windows Routing Process NetBIOS Name Service Activity
  5942. Protocol=UDP
  5943. RemotePort=137
  5944. Direction=OutboundStream
  5945.  
  5946. Name=Windows Routing Process NetBIOS Datagram Service Activity
  5947. Protocol=UDP
  5948. RemotePort=138
  5949. Direction=OutboundStream
  5950.  
  5951. Name=Windows Routing Process NetBIOS Session Service Activity
  5952. Protocol=TCP
  5953. RemotePort=139
  5954. Direction=OutboundStream
  5955.  
  5956. ;Packet Rules
  5957.  
  5958. [PacketRule]
  5959. Name=ICMP Type 0 (Echo Reply)
  5960. Protocol=1
  5961. Direction=Inbound
  5962. IcmpCode=0
  5963.  
  5964. [PacketRule]
  5965. Name=ICMP Type 8 (Echo)
  5966. Protocol=1
  5967. Direction=Outbound
  5968. IcmpCode=8
  5969.  
  5970. [PacketRule]
  5971. Name=ICMP Type 11 (Time Exceeded)
  5972. Protocol=1
  5973. Direction=Inbound
  5974. IcmpCode=11
  5975.  
  5976. [PacketRule]
  5977. Name=Other ICMP Types
  5978. Allow=0
  5979. Protocol=1
  5980. Direction=InboundOutbound
  5981.  
  5982. [PacketRule]
  5983. Name=DHCP Client Activity
  5984. Protocol=UDP
  5985. LocalPort=68, 546
  5986. RemotePort=67, 547
  5987. Direction=InboundOutbound
  5988.  
  5989. [PacketRule]
  5990. Name=Windows "DCOM RPC" Activity
  5991. Allow=0
  5992. Protocol=UDP
  5993. LocalPort=135
  5994. Direction=Inbound
  5995.  
  5996. [PacketRule]
  5997. Name=Windows "DCOM RPC" Activity
  5998. Allow=0
  5999. Protocol=TCP
  6000. LocalPort=135
  6001. Direction=InboundStream
  6002.  
  6003. [PacketRule]
  6004. Name=Windows "NetBIOS Name Service" Activity
  6005. Allow=0
  6006. Protocol=UDP
  6007. LocalPort=137
  6008. Direction=InboundOutbound
  6009.  
  6010. [PacketRule]
  6011. Name=Windows "NetBIOS Datagram Service" Activity
  6012. Allow=0
  6013. Protocol=UDP
  6014. LocalPort=138
  6015. Direction=InboundOutbound
  6016.  
  6017. [PacketRule]
  6018. Name=Windows "NetBIOS Session Service" Activity
  6019. Allow=0
  6020. Protocol=TCP
  6021. LocalPort=139
  6022. Direction=InboundStream
  6023.  
  6024. [PacketRule]
  6025. Name=Windows "Server Message Block" Activity
  6026. Allow=0
  6027. Protocol=UDP
  6028. LocalPort=445
  6029. Direction=InboundOutbound
  6030.  
  6031. [PacketRule]
  6032. Name=Windows "Server Message Block" Activity
  6033. Allow=0
  6034. Protocol=TCP
  6035. LocalPort=445
  6036. Direction=InboundStream
  6037.  
  6038. [PacketRule]
  6039. Name=Localhost Loopback UDP Activity
  6040. Enable=0
  6041. Protocol=UDP
  6042. RemoteAddress=127.0.0.1
  6043.  
  6044. [PacketRule]
  6045. Name=Localhost Loopback TCP Activity
  6046. Enable=0
  6047. Protocol=TCP
  6048. RemoteAddress=127.0.0.1
  6049.  
  6050. [PacketRule]
  6051. Name=PPTP Control Activity
  6052. Enable=0
  6053. Protocol=TCP
  6054. LocalPort=1024-65535
  6055. RemotePort=1723
  6056. Direction=OutboundStream